UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@storybook/node-logger",
3 "version": "6.5.12",
4 "description": "",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/node-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/node-logger"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "main": "dist/cjs/index.js",
24 "module": "dist/esm/index.js",
25 "types": "dist/ts3.9/index.d.ts",
26 "typesVersions": {
27 "<3.8": {
28 "dist/ts3.9/*": [
29 "dist/ts3.4/*"
30 ]
31 }
32 },
33 "files": [
34 "dist/**/*",
35 "README.md",
36 "*.js",
37 "*.d.ts"
38 ],
39 "scripts": {
40 "prepare": "node ../../scripts/prepare.js"
41 },
42 "dependencies": {
43 "@types/npmlog": "^4.1.2",
44 "chalk": "^4.1.0",
45 "core-js": "^3.8.2",
46 "npmlog": "^5.0.1",
47 "pretty-hrtime": "^1.0.3"
48 },
49 "devDependencies": {
50 "@types/pretty-hrtime": "^1.0.0"
51 },
52 "publishConfig": {
53 "access": "public"
54 },
55 "gitHead": "e3991cb4dac45c964e29f82da6be5912464c5a4f",
56 "sbmodern": "dist/modern/index.js"
57}