@storybook/codemod
Version:
A collection of codemod scripts written with JSCodeshift
21 lines (20 loc) • 454 B
JSON
{
"name": "@storybook/codemod",
"version": "3.2.14",
"description": "A collection of codemod scripts written with JSCodeshift",
"license": "MIT",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
},
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"jscodeshift": "^0.3.30"
},
"devDependencies": {
"shelljs": "^0.7.8"
}
}