storybook/lib/codemod/package.json
2019-02-01 02:34:42 +08:00

31 lines
749 B
JSON

{
"name": "@storybook/codemod",
"version": "5.0.0-alpha.11",
"description": "A collection of codemod scripts written with JSCodeshift",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/codemod",
"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": {
"core-js": "^2.6.2",
"jscodeshift": "^0.6.3",
"regenerator-runtime": "^0.12.1"
},
"publishConfig": {
"access": "public"
}
}