-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.85 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.85 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "MocoMoco-Backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --exec ts-node ./src/server.ts --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamMocoMoco/MocoMoco-Backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamMocoMoco/MocoMoco-Backend/issues"
},
"homepage": "https://github.com/TeamMocoMoco/MocoMoco-Backend#readme",
"devDependencies": {
"@types/bcrypt": "^3.0.1",
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/faker": "^5.5.3",
"@types/hpp": "^0.2.1",
"@types/jest": "^26.0.23",
"@types/jsonwebtoken": "^8.5.1",
"@types/mongoose": "^5.10.5",
"@types/morgan": "^1.9.2",
"@types/multer-s3": "^2.7.9",
"@types/node": "^14.14.41",
"@types/node-schedule": "^1.3.1",
"@types/sanitize-html": "^2.3.1",
"@types/socket.io": "^2.1.13",
"@types/supertest": "^2.0.11",
"axios": "^0.21.1",
"jest": "^26.6.3",
"nodemon": "^2.0.7",
"supertest": "^6.1.3",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"dependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/multer": "^1.4.5",
"aws-sdk": "^2.897.0",
"bcrypt": "^5.0.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"faker": "^5.5.3",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.12.5",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-schedule": "^2.0.0",
"node-sens": "^1.3.0",
"reflect-metadata": "^0.1.13",
"sanitize-html": "^2.4.0",
"socket.io": "^4.0.1",
"winston": "^3.3.3"
}
}