23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"name": "@egg/logger",
|
|
"version": "1.7.1",
|
|
"description": "Logger for Egg projects",
|
|
"type": "module",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"prepublishOnly": "npm run build && sed -i 's/\"main\": \"src\\/index.ts\"/\"main\": \"dist\\/index.js\"/' package.json && sed -i 's/\"types\": \"src\\/index.ts\"/\"types\": \"dist\\/index.d.ts\"/' package.json"
|
|
},
|
|
"keywords": [
|
|
"egg",
|
|
"tools",
|
|
"logger"
|
|
],
|
|
"author": "RainSun <zhaoyingbo@live.cn>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"winston": "*"
|
|
}
|
|
}
|