{ "name": "@storybook/codemod", "version": "5.2.0-beta.35", "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": { "@mdx-js/mdx": "^1.0.0", "@storybook/node-logger": "5.2.0-beta.35", "core-js": "^3.0.1", "cross-spawn": "^6.0.5", "globby": "^10.0.1", "jscodeshift": "^0.6.3", "lodash": "^4.17.11", "prettier": "^1.16.4", "recast": "^0.16.1", "regenerator-runtime": "^0.12.1" }, "publishConfig": { "access": "public" } }