๐Ÿ“ฆ situ2001 / gzhu-jdsd-helper

๐Ÿ“„ package.json ยท 23 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23{
  "name": "gzhu-jdsd-helper",
  "version": "1.0.0",
  "main": "index.js",
  "repository": "https://github.com/situ2001/gzhu-jdsd-helper.git",
  "author": "situ2001 <yongcong2001@outlook.com>",
  "license": "MIT",
  "type": "module",
  "scripts": {
    "start": "tsc && node ./out/index.js"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "axios-retry": "^3.2.4",
    "qs": "^6.10.3"
  },
  "devDependencies": {
    "@types/node": "^16.9.6",
    "@types/qs": "^6.9.7",
    "typescript": "^4.4.3"
  }
}