UNPKG

@zhangyunjie/robot-ding

Version:
56 lines (55 loc) 1.49 kB
{ "name": "@zhangyunjie/robot-ding", "version": "5.1.1", "description": "一个对接钉钉机器人的中转站", "keywords": [ "钉钉", "钉钉自定义机器人" ], "main": "lib/robot-ding.umd.js", "types": "types/robot-ding.d.ts", "files": [ "lib", "types" ], "author": "zhangyunjie <1520420636@qq.com>", "repository": { "type": "git", "url": "git+https://github.com/zhang-yun-jie/utils-space.git" }, "publishConfig": { "access": "public" }, "license": "MIT", "engines": { "node": ">=6.0.0" }, "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", "clean:rubbish": "pnpm rimraf **/._*", "clean": "pnpm rimraf **/._* & pnpm rimraf lib & pnpm rimraf .turbo & pnpm rimraf node_modules" }, "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" } }