storybook/lib/codemod/package.json
2017-12-28 14:02:14 +03:00

19 lines
433 B
JSON

{
"name": "@storybook/codemod",
"version": "3.3.2",
"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.4.0"
}
}