rsnext/packages/next-codemod/package.json
2021-04-19 21:41:09 -05:00

24 lines
504 B
JSON

{
"name": "@next/codemod",
"version": "10.1.4-canary.11",
"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",
"dev": "yarn tsc -d -w -p tsconfig.json",
"test": "jest"
},
"bin": "./bin/next-codemod.js"
}