rsnext/packages/next-codemod/package.json

25 lines
505 B
JSON
Raw Normal View History

{
"name": "@next/codemod",
2020-09-01 18:22:12 +02:00
"version": "9.5.3-canary.26",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
"execa": "4.0.3",
"globby": "11.0.1",
"inquirer": "7.3.3",
"is-git-clean": "1.1.0",
"jscodeshift": "^0.6.4",
"meow": "7.0.1"
},
"files": [
"transforms/*.js",
"bin/*.js"
],
"scripts": {
"prepublish": "yarn tsc -d -p tsconfig.json",
"build": "yarn tsc -d -w -p tsconfig.json",
"test": "jest"
},
"bin": "./bin/next-codemod.js"
}