storybook/lib/codemod/package.json
Michael Shilman 70d6fcdcbe v5.1.0-rc.5
2019-06-04 10:56:14 -07:00

32 lines
780 B
JSON

{
"name": "@storybook/codemod",
"version": "5.1.0-rc.5",
"description": "A collection of codemod scripts written with JSCodeshift",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/codemod",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/codemod"
},
"license": "MIT",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"core-js": "^3.0.1",
"jscodeshift": "^0.6.3",
"regenerator-runtime": "^0.12.1"
},
"publishConfig": {
"access": "public"
}
}