| 123456789101112131415161718192021 |
- {
- "name": "auto-trade",
- "version": "1.0.0",
- "description": "修改配置文件config.js 下载安装nodejs http://nodejs.cn/download/ 打开widnow+R 输入cmd 依次输入以下命令 cd /K 项目文件夹 npm config set registry https://registry.npm.taobao.org npm install node manage.js",
- "main": "index.js",
- "dependencies": {
- "is-port-reachable": "^3.0.0",
- "log4js": "^6.1.2",
- "node-ssh": "^7.0.0",
- "request": "^2.88.2",
- "request-promise": "^4.2.5",
- "ws": "^7.2.1"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node server.js"
- },
- "author": "",
- "license": "ISC"
- }
|