@tnnevol/robot-ding
Version:
一个对接钉钉机器人的中转站
53 lines • 1.33 kB
JSON
{
"name": "@tnnevol/robot-ding",
"version": "5.2.5-beta.7",
"description": "一个对接钉钉机器人的中转站",
"keywords": [
"钉钉",
"钉钉自定义机器人"
],
"main": "lib/robot-ding.umd.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"types"
],
"author": "batter-vae <greecenew@foxmail.com>",
"repository": {
"type": "git",
"url": "git@gitee.com:tnnevol/tnnevol_tools.git"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"axios": "^0.24.0",
"crypto-js": "^4.0.2",
"@types/crypto-js": "^4.1.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/node": "^14.18.37",
"lodash.camelcase": "4.3.0",
"rollup": "^3.2.3",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},
"peerDependencies": {
"axios": "^0.24.0",
"crypto-js": "^4.0.2",
"typescript": "^4.8.4"
},
"scripts": {
"start": "rollup --config rollup.config.ts -w --configPlugin typescript",
"build": "rimraf ./lib && rollup --config rollup.config.ts --configPlugin typescript",
"build:ts": "tsc --module commonjs"
}
}