-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1006 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
38
39
40
41
{
"name": "rateboard",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "supervisor --harnmony app"
},
"author": "Reqwey",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.0",
"compressing": "^1.5.1",
"cookie-parser": "^1.4.6",
"core-js": "^3.22.6",
"ejs": "^2.7.1",
"express": "^4.18.1",
"express-jwt": "^6.1.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
"markdown-it": "^12.3.2",
"moment": "^2.29.3",
"multer": "^1.4.4",
"mysql": "^2.17.1",
"node-7z": "^3.0.0",
"pinyin": "^3.0.0-alpha.5",
"serialize-javascript": "^6.0.0"
},
"description": "rateboard",
"repository": {
"type": "git",
"url": "git+https://github.com/FZSZXXB/rateboard.git"
},
"keywords": [
"express"
],
"bugs": {
"url": "https://github.com/FZSZXXB/rateboard/issues"
},
"homepage": "https://github.com/FZSZXXB/rateboard#readme"
}