storybook/lib/codemod/package.json
2018-11-29 17:48:05 +08:00

30 lines
717 B
JSON

{
"name": "@storybook/codemod",
"version": "4.1.0-alpha.9",
"description": "A collection of codemod scripts written with JSCodeshift",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/codemod",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/storybooks/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"jscodeshift": "^0.5.1"
}
}