UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@storybook/source-loader",
3 "version": "8.5.0",
4 "description": "Source loader",
5 "keywords": [
6 "lib",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/source-loader",
10 "bugs": {
11 "url": "https://github.com/storybookjs/storybook/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/storybookjs/storybook.git",
16 "directory": "code/lib/source-loader"
17 },
18 "funding": {
19 "type": "opencollective",
20 "url": "https://opencollective.com/storybook"
21 },
22 "license": "MIT",
23 "sideEffects": false,
24 "exports": {
25 ".": {
26 "types": "./dist/index.d.ts",
27 "import": "./dist/index.mjs",
28 "require": "./dist/index.js"
29 },
30 "./package.json": "./package.json"
31 },
32 "main": "dist/index.js",
33 "module": "dist/index.js",
34 "types": "dist/index.d.ts",
35 "files": [
36 "dist/**/*",
37 "README.md",
38 "*.js",
39 "*.d.ts",
40 "!src/**/*"
41 ],
42 "scripts": {
43 "check": "jiti ../../../scripts/prepare/check.ts",
44 "prep": "jiti ../../../scripts/prepare/bundle.ts"
45 },
46 "dependencies": {
47 "@storybook/csf": "0.1.12",
48 "es-toolkit": "^1.22.0",
49 "estraverse": "^5.2.0",
50 "prettier": "^3.1.1"
51 },
52 "devDependencies": {
53 "typescript": "^5.3.2"
54 },
55 "peerDependencies": {
56 "storybook": "^8.5.0"
57 },
58 "publishConfig": {
59 "access": "public"
60 },
61 "bundler": {
62 "entries": [
63 "./src/index.ts"
64 ],
65 "platform": "node"
66 },
67 "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
68}
\No newline at end of file