egg_tools/packages/net-tool/package.json
zhaoyingbo cd3ea44091 chore(release): publish
- @egg/logger@1.2.0
 - @egg/net-tool@1.2.0
 - @egg/path-tool@1.2.0
2024-08-20 01:16:13 +00:00

24 lines
451 B
JSON

{
"name": "@egg/net-tool",
"version": "1.2.0",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"egg",
"tools",
"net-tool"
],
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.2.0",
"winston": "*"
}
}