UNPKG

@storybook/node-logger

Version:

Any node logging that is done through storybook should be done through this package.

53 lines (52 loc) 1.11 kB
{ "name": "@storybook/node-logger", "version": "5.3.19", "description": "", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/node-logger", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "lib/node-logger" }, "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts", "ts3.5/**/*" ], "scripts": { "prepare": "node ../../scripts/prepare.js" }, "dependencies": { "@types/npmlog": "^4.1.2", "chalk": "^3.0.0", "core-js": "^3.0.1", "npmlog": "^4.1.2", "pretty-hrtime": "^1.0.3", "regenerator-runtime": "^0.13.3" }, "devDependencies": { "@types/pretty-hrtime": "^1.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "e26136f29d99fdcec82a25689f0f7a10ef418fe1", "typesVersions": { "<=3.5": { "*": [ "ts3.5/*" ] } } }