Files
2026-02-10 01:14:19 +00:00

76 lines
1.7 KiB
JSON

{
"name": "@storybook/instrumenter",
"version": "8.6.15",
"description": "",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/instrumenter",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "code/lib/instrumenter"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"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/**/*",
"README.md",
"*.js",
"*.d.ts",
"!src/**/*"
],
"scripts": {
"check": "jiti ../../../scripts/prepare/check.ts",
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/global": "^5.0.0",
"@vitest/utils": "^2.1.1"
},
"devDependencies": {
"typescript": "^5.7.3"
},
"peerDependencies": {
"storybook": "^8.6.15"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/index.ts"
],
"noExternal": [
"@testing-library/dom",
"@testing-library/jest-dom",
"@testing-library/user-event",
"chai",
"@vitest/expect",
"@vitest/spy",
"@vitest/utils"
],
"externals": [
"util"
]
},
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
}