-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "barkit-cc",
"version": "1.0.0",
"description": "Casptone Project Bangkit - Barkit",
"main": "server.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BangkitCapstone2023/Barkit-CC.git"
},
"author": "Bakit Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/BangkitCapstone2023/Barkit-CC/issues"
},
"homepage": "https://github.com/BangkitCapstone2023/Barkit-CC#readme",
"dependencies": {
"@google-cloud/storage": "^6.10.1",
"@tensorflow/tfjs-node": "^3.19.0",
"express": "^4.18.2",
"firebase": "^9.22.1",
"firebase-admin": "^11.8.0",
"fuse.js": "^6.6.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"multer": "^1.4.5-lts.1",
"sharp": "^0.32.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"nodemon": "^2.0.22"
}
}