mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 15:41:15 +08:00
16 lines
300 B
JSON
16 lines
300 B
JSON
{
|
|
"name": "@storybook/node-logger",
|
|
"version": "3.3.2",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"npmlog": "^4.1.2"
|
|
}
|
|
}
|