zhaoyingbo 6fb647e689 chore(release): publish
- @egg/lark-msg-tool@1.21.4
 - @egg/logger@1.9.0
 - @egg/net-tool@1.32.6
2025-03-18 13:09:58 +00:00

28 lines
696 B
JSON

{
"name": "@egg/lark-msg-tool",
"version": "1.21.4",
"description": "Lark Msg Tools 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",
"lark",
"msg"
],
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC",
"devDependencies": {
"@types/lodash": "*"
},
"dependencies": {
"@egg/logger": "^1.9.0",
"winston": "*"
}
}