-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.16 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.16 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
{
"name": "tobe-back",
"version": "1.0.0",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AButsai/tobe-back.git"
},
"keywords": [
"node",
"upload",
"multiple",
"files",
"images",
"mongodb"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AButsai/tobe-back/issues"
},
"homepage": "https://github.com/AButsai/tobe-back#readme",
"scripts": {
"start": "cross-env NODE_ENV=production node ./index.js",
"start:dev": "cross-env NODE_ENV=development nodemon ./index.js"
},
"dependencies": {
"axios": "^1.1.2",
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"deta": "^1.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase-admin": "^11.4.1",
"http-errors": "^2.0.0",
"jimp": "^0.16.2",
"joi": "^17.6.3",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.11.0",
"mongoose": "^6.6.5",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"query-string": "^7.1.1",
"swagger-ui-express": "^4.5.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"nodemon": "^2.0.20"
},
"description": ""
}