{ "name": "@storybook/client-logger", "version": "6.0.1", "description": "", "keywords": [ "storybook" ], "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/client-logger", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", "directory": "lib/client-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": { "core-js": "^3.0.1", "global": "^4.3.2" }, "publishConfig": { "access": "public" }, "gitHead": "b97e2eed2fce5e124eb825e2a3c768cf8e134219", "typesVersions": { "<=3.5": { "*": [ "ts3.5/*" ] } } }