wxhelper/nodejs_client_ts/package.json
LuChao 89a7fc8196 增加ts客户端sdk
- 增加ts客户端sdk
- 优化python代码
2024-03-21 18:58:09 +08:00

23 lines
477 B
JSON

{
"name": "nodejs_client_ts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node ./example/ding-dong-bot.ts",
"ws-server": "ts-node ./src/tcp_server.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"dependencies": {
"axios": "^1.6.8"
}
}