{ "name": "@storybook/core-webpack", "version": "8.6.15", "description": "Storybook framework-agnostic API", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/core-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "code/lib/core-webpack" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "exports": { ".": { "types": "./dist/index.d.ts", "node": "./dist/index.js", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*", "templates/**/*", "README.md", "*.js", "*.d.ts", "!src/**/*" ], "scripts": { "check": "jiti ../../../scripts/prepare/check.ts", "prep": "jiti ../../../scripts/prepare/bundle.ts" }, "dependencies": { "ts-dedent": "^2.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "slash": "^5.1.0", "typescript": "^5.7.3", "webpack": "5" }, "peerDependencies": { "storybook": "^8.6.15" }, "publishConfig": { "access": "public" }, "bundler": { "entries": [ "./src/index.ts" ], "platform": "node" }, "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16" }