{ "name": "@storybook/node-logger", "version": "7.0.0-beta.9", "description": "", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/main/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" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/storybook" }, "license": "MIT", "sideEffects": false, "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./package.json": "./package.json" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "scripts": { "check": "../../../scripts/node_modules/.bin/tsc --noEmit", "prep": "../../../scripts/prepare/bundle.ts" }, "dependencies": { "@types/npmlog": "^4.1.2", "chalk": "^4.1.0", "npmlog": "^5.0.1", "pretty-hrtime": "^1.0.3" }, "devDependencies": { "@types/pretty-hrtime": "^1.0.0", "typescript": "~4.9.3" }, "publishConfig": { "access": "public" }, "bundler": { "entries": [ "./src/index.ts" ] }, "gitHead": "c466d4f77c3e8b99f28aaf508acdb9fd863550fd" }