mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:41:18 +08:00
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"name": "@storybook/codemod",
|
|
"version": "3.2.15",
|
|
"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"
|
|
}
|
|
}
|