storybook/lib/codemod/package.json
2018-04-17 16:50:42 -07:00

19 lines
441 B
JSON

{
"name": "@storybook/codemod",
"version": "4.0.0-alpha.3",
"description": "A collection of codemod scripts written with JSCodeshift",
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"jscodeshift": "^0.5.0"
}
}