mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:21:15 +08:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@storybook/api",
|
|
"version": "7.0.0-alpha.56",
|
|
"description": "Storybook Manager API (facade)",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/lib/api",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/lib/manager-api-shim"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"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",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/facade.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/client-logger": "7.0.0-alpha.56",
|
|
"@storybook/manager-api": "7.0.0-alpha.56"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/entry.ts"
|
|
],
|
|
"shim": "@storybook/manager-api"
|
|
},
|
|
"gitHead": "c8e9a862bb83c4a0d6b5975e795b4ca7f7ff7bc2"
|
|
}
|