-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.35 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
45
{
"name": "spot-the-hole",
"version": "2.0.0",
"description": "Fully autonomous and intelligent platform to detect, monitor and manage potholes issues. An end-to-end system with a PWA front-end for users to report potholes and government authorities to track and manage them.",
"repository": {
"type": "git",
"url": "https://github.com/aravindvnair99/Spot-the-Hole.git"
},
"author": "Aravind V Nair (https://github.com/AravindVNair99)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aravindvnair99/Spot-the-Hole/issues"
},
"homepage": "https://spot-the-hole.web.app",
"scripts": {
"lint": "eslint .",
"serve": "firebase emulators:start --only functions",
"shell": "firebase functions:shell",
"start": "npm run shell",
"deploy": "firebase deploy --only functions",
"logs": "firebase functions:log"
},
"engines": {
"node": "14"
},
"dependencies": {
"@tensorflow/tfjs-automl": "^1.3.0",
"@tensorflow/tfjs-converter": "^3.12.0",
"@tensorflow/tfjs-core": "^3.11.0",
"@tensorflow/tfjs-node": "^3.14.0",
"axios": "^0.25.0",
"busboy": "^0.3.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.7",
"firebase-admin": "^12.3.0",
"firebase-functions": "^4.2.1",
"vader-sentiment": "^1.1.3"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint-config-google": "^0.14.0",
"firebase-functions-test": "^3.0.0"
},
"private": true
}