mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
38 lines
879 B
JSON
38 lines
879 B
JSON
{
|
|
"name": "@storybook/node-logger",
|
|
"version": "5.1.0-alpha.16",
|
|
"description": "",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/node-logger",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git",
|
|
"directory": "lib/node-logger"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.4.2",
|
|
"core-js": "^2.6.5",
|
|
"npmlog": "^4.1.2",
|
|
"pretty-hrtime": "^1.0.3",
|
|
"regenerator-runtime": "^0.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/npmlog": "^4.1.1",
|
|
"@types/pretty-hrtime": "^1.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|