rsnext/packages/next-codemod/package.json

25 lines
503 B
JSON
Raw Normal View History

{
"name": "@next/codemod",
2021-06-09 01:31:21 +02:00
"version": "10.2.4-canary.9",
"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"
}