{ "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 ", "license": "ISC", "devDependencies": { "@types/lodash": "*" }, "dependencies": { "@egg/logger": "^1.9.0", "winston": "*" } }