-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 937 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 937 Bytes
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
{
"name": "capstoneapi",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node app.js",
"start-dev": "nodemon src/app.js",
"lint": "eslint ./"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google-cloud/firestore": "^7.10.0",
"@google-cloud/storage": "^7.14.0",
"@tensorflow/tfjs-node": "^4.14.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"ekspres": "^1.5.1",
"firebase-admin": "^13.0.1",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^5.0.2",
"nodemon": "^3.1.7"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.12.0"
}
}