-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathpackage.json
37 lines (37 loc) · 999 Bytes
/
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
{
"name": "background-geolocation-console",
"version": "1.0.0",
"description": "background-geolocation-console",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"test": "jest",
"server": "node server/index.js"
},
"type": "commonjs",
"author": "Chris Scott, Transistor Software",
"license": "MIT",
"repository": "https://github.com/transistorsoft/background-geolocation-console",
"dependencies": {
"@google-cloud/firestore": "^3.5.1",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"firebase": "^8.2.3",
"firebase-admin": "^9.4.2",
"jsonwebtoken": "^8.5.1",
"lodash-es": "^4.17.20",
"morgan": "^1.10.0",
"node-forge": "^0.10.0",
"pg": "8.5.1",
"pg-hstore": "2.3.3",
"rsa-key-gen": "^0.6.1",
"sequelize": "^6.4.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"jest": "^26.6.3",
"sqlite3": "~5.0.1"
}
}