-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "courier-batch-tracking",
"version": "1.0.0",
"description": "本应用是基于快递鸟免费api开发, 使用html+Jquery+bootstrap完成, 只要用游览器打开即可使用, 无需安装任何依赖和环境.\r 因为是使用了免费版api, 当前只支持3种快递的批量查询, 分别是 中通, 圆通 和 申通.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexie2108/courier-batch-tracking.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hexie2108/courier-batch-tracking/issues"
},
"homepage": "https://github.com/hexie2108/courier-batch-tracking#readme",
"dependencies": {
"abort-controller": "^3.0.0",
"body-parser": "^1.19.0",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fetch-headers": "^2.0.0",
"md5": "^2.3.0",
"node-fetch": "^2.6.0",
"querystring": "^0.2.0",
"url": "^0.11.0"
}
}