UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@storybook/node-logger",
3 "version": "6.1.7",
4 "description": "",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/master/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 "license": "MIT",
18 "main": "dist/index.js",
19 "types": "dist/index.d.ts",
20 "typesVersions": {
21 "<3.8": {
22 "*": [
23 "ts3.4/*"
24 ]
25 }
26 },
27 "files": [
28 "dist/**/*",
29 "README.md",
30 "*.js",
31 "*.d.ts",
32 "ts3.4/**/*"
33 ],
34 "scripts": {
35 "prepare": "node ../../scripts/prepare.js"
36 },
37 "dependencies": {
38 "@types/npmlog": "^4.1.2",
39 "chalk": "^4.0.0",
40 "core-js": "^3.0.1",
41 "npmlog": "^4.1.2",
42 "pretty-hrtime": "^1.0.3"
43 },
44 "devDependencies": {
45 "@types/pretty-hrtime": "^1.0.0"
46 },
47 "publishConfig": {
48 "access": "public"
49 },
50 "gitHead": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093"
51}