20 lines
394 B
JSON
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"
|
|
} |