-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "violet",
"version": "1.0.0",
"description": "This project is a server of project violet written in `nodejs`.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/project-violet/violet-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/project-violet/violet-server/issues"
},
"homepage": "https://github.com/project-violet/violet-server#readme",
"dependencies": {
"@aws-sdk/abort-controller": "^3.110.0",
"@aws-sdk/client-s3": "^3.118.0",
"@elastic/elasticsearch": "^7.12.0",
"add": "^2.0.6",
"aws-sdk": "^2.1162.0",
"config": "^3.3.1",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-blacklist": "^1.0.3",
"express-defend": "^1.0.9",
"express-rate-limit": "^5.1.3",
"firebase-admin": "^9.6.0",
"http-errors": "^1.8.0",
"ioredis": "^4.17.3",
"joi": "^17.2.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"or": "^0.2.0",
"redis": "^3.0.2",
"redis-lock": "^0.1.4",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sequelize": "^6.6.2",
"swagger-jsdoc": "^4.0.0",
"swagger-ui-express": "^4.1.4",
"sync-mysql": "^3.0.1",
"util": "^0.12.3",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.0",
"xmlhttprequest-ssl": ">=1.6.2",
"yamljs": "^0.3.0",
"yarn": "^1.22.10"
}
}