{ "name": "@storybook/core-events", "version": "7.0.0-beta.53", "description": "Event names used in storybook core", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core-events", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "lib/core-events" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "sideEffects": false, "exports": { ".": { "node": "./dist/index.js", "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "scripts": { "check": "../../../scripts/node_modules/.bin/tsc --noEmit", "prep": "../../../scripts/prepare/bundle.ts" }, "devDependencies": { "typescript": "~4.9.3" }, "publishConfig": { "access": "public" }, "bundler": { "entries": [ "./src/index.ts" ] }, "gitHead": "1f559ed69a4fdd8eeb88e4190b16a8932104908e" }