storybook/code/lib/core-client/package.json

52 lines
1.3 KiB
JSON

{
"name": "@storybook/core-client",
"version": "7.0.0-alpha.54",
"description": "Storybook framework-agnostic API",
"keywords": [
"storybook"
],
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/storybook.git",
"directory": "lib/core"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"exports": {
".": {
"require": "./dist/entry.js",
"import": "./dist/entry.mjs",
"types": "./dist/entry.d.ts"
},
"./package.json": "./package.json"
},
"main": "dist/entry.js",
"module": "dist/entry.mjs",
"types": "dist/entry.d.ts",
"scripts": {
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
"prep": "../../../scripts/prepare/facade.ts"
},
"dependencies": {
"@storybook/client-logger": "7.0.0-alpha.54",
"@storybook/preview-api": "7.0.0-alpha.54"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"entries": [
"./src/entry.ts"
],
"shim": "@storybook/preview-api/dist/core-client"
},
"gitHead": "91177d4e27daec556a24ae6223c3cbe17a998d9b"
}