rsnext/packages/next-codemod/package.json
JJ Kasper dde9ad46ad
Add experimental cra-to-next transform in codemod cli (#24969)
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-06-09 16:51:56 +02:00

28 lines
595 B
JSON

{
"name": "@next/codemod",
"version": "10.2.4-canary.9",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
"cheerio": "1.0.0-rc.9",
"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",
"devDependencies": {
"@types/jscodeshift": "0.11.0"
}
}