-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"name": "catchme-if-you-server",
"version": "1.0.0",
"description": "<p align=\"center\"><img src=\"https://capsule-render.vercel.app/api?type=soft&height=100&text=CatchMe-If-You-Server&fontAlign=50&fontAlignY=50&color=gradient&fontSize=40\" style=\"width:100%\" /></p>",
"main": "index.js",
"scripts": {
"dev": "ts-node src",
"build": "tsc && node dist",
"test": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamCatchMe/CatchMe-If-You-Server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamCatchMe/CatchMe-If-You-Server/issues"
},
"homepage": "https://github.com/TeamCatchMe/CatchMe-If-You-Server#readme",
"dependencies": {
"aws-sdk": "^2.911.0",
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-validator": "^6.10.0",
"http-errors": "^1.8.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongoose": "^5.13.8",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"multer-s3-transform": "^2.10.3",
"request": "^2.88.2",
"sharp": "^0.29.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/express": "^4.17.11",
"@types/mongoose": "^5.10.4",
"@types/node": "^14.14.37",
"nodemon": "^2.0.7",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}