UNPKG

1.63 kBJSONView Raw
1{
2 "name": "@storybook/codemod",
3 "version": "6.5.9",
4 "description": "A collection of codemod scripts written with JSCodeshift",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/codemod",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/codemod"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "main": "dist/cjs/index.js",
24 "module": "dist/esm/index.js",
25 "jsnext:main": "src/index.js",
26 "typesVersions": {
27 "<3.8": {
28 "*": [
29 "ts3.4/*"
30 ]
31 }
32 },
33 "files": [
34 "dist/**/*",
35 "README.md",
36 "*.js",
37 "*.d.ts",
38 "!__testfixtures__"
39 ],
40 "scripts": {
41 "prepare": "node ../../scripts/prepare.js"
42 },
43 "dependencies": {
44 "@babel/types": "^7.12.11",
45 "@mdx-js/mdx": "^1.6.22",
46 "@storybook/csf": "0.0.2--canary.4566f4d.1",
47 "@storybook/csf-tools": "6.5.9",
48 "@storybook/node-logger": "6.5.9",
49 "core-js": "^3.8.2",
50 "cross-spawn": "^7.0.3",
51 "globby": "^11.0.2",
52 "jscodeshift": "^0.13.1",
53 "lodash": "^4.17.21",
54 "prettier": ">=2.2.1 <=2.3.0",
55 "recast": "^0.19.0",
56 "regenerator-runtime": "^0.13.7"
57 },
58 "devDependencies": {
59 "jest": "^26.6.3",
60 "jest-specific-snapshot": "^4.0.0"
61 },
62 "publishConfig": {
63 "access": "public"
64 },
65 "gitHead": "e2673f765722cbb542ef1b5cf8d533c8e746a127",
66 "sbmodern": "dist/modern/index.js"
67}