UNPKG

929 BJSONView Raw
1{
2 "name": "@storybook/client-logger",
3 "version": "6.1.12",
4 "description": "",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/client-logger",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/client-logger"
16 },
17 "license": "MIT",
18 "main": "dist/index.js",
19 "types": "dist/index.d.ts",
20 "files": [
21 "dist/**/*",
22 "README.md",
23 "*.js",
24 "*.d.ts",
25 "ts3.4/**/*"
26 ],
27 "scripts": {
28 "prepare": "node ../../scripts/prepare.js"
29 },
30 "dependencies": {
31 "core-js": "^3.0.1",
32 "global": "^4.3.2"
33 },
34 "publishConfig": {
35 "access": "public"
36 },
37 "gitHead": "9c114af32618d516ae9e6f73700fbb79273c95e2",
38 "typesVersions": {
39 "<3.8": {
40 "*": [
41 "ts3.4/*"
42 ]
43 }
44 }
45}