zhaoyingbo 5ebb5e170a
Some checks failed
/ release (push) Failing after 23s
feat(lark-msg-tool): 完成飞书消息工具
2024-08-21 01:09:40 +00:00

20 lines
394 B
JSON

{
"name": "@egg/lark-msg-tool",
"version": "1.0.0",
"description": "Lark Msg 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",
"lark",
"msg"
],
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC"
}