-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.38 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "travellings-api",
"description": "[![wakatime](https://wakatime.com/badge/user/018c29a9-6bba-4290-b83c-e1d1582f0233/project/018c2b3a-a125-424a-af40-965603a6d04a.svg)](https://wakatime.com/badge/user/018c29a9-6bba-4290-b83c-e1d1582f0233/project/018c2b3a-a125-424a-af40-965603a6d04a) \r New API For Travellings Project(Node.js + Express) \r 不代表最终品质",
"version": "5.5.2",
"main": "app.js",
"scripts": {
"test": "node config.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travellings-link/travellings-api.git"
},
"keywords": [
"api",
"express",
"travellings"
],
"author": "BLxcwg666",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/travellings-link/travellings-api/issues"
},
"homepage": "https://github.com/travellings-link/travellings-api#readme",
"dependencies": {
"axios": "^1.6.5",
"base32": "^0.0.7",
"bcrypt": "^5.1.1",
"chalk": "^4.1.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"form-data": "^4.0.0",
"moment-timezone": "^0.5.45",
"mysql2": "^3.6.5",
"octokit": "^3.1.2",
"querystring": "^0.2.1",
"redis": "^4.6.13",
"sequelize": "^6.35.1",
"telegraf": "^4.15.3"
}
}