-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
37 lines (37 loc) · 975 Bytes
/
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
{
"name": "tiktokweb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^0.26.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.6",
"express": "^4.18.2",
"express-handlebars": "^6.0.5",
"file-saver": "^2.0.5",
"http-errors": "~1.6.3",
"jade": "^1.9.2",
"jszip": "^3.10.1",
"md5": "^2.3.0",
"morgan": "~1.9.1",
"nodemon": "^2.0.15",
"serve-favicon": "^2.5.0"
},
"description": "<img src=\"https://tvax2.sinaimg.cn/large/006908GAly1h1e6e0mjmbj30m217a168.jpg\" alt=\"image\" style=\"zoom:75%;\" />",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Johnserf-Seed/TikTokWeb.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Johnserf-Seed/TikTokWeb/issues"
},
"homepage": "https://github.com/Johnserf-Seed/TikTokWeb#readme"
}