forked from riodw/BloomBus-Server
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "bloombus-server",
"version": "1.0.0",
"description": "",
"main": "server.ts",
"dependencies": {
"@material-ui/core": "^4.9.3",
"@turf/turf": "^5.1.6",
"@types/express": "^4.17.2",
"@types/multer": "^1.4.2",
"@types/node": "^12.20.19",
"@types/uuid": "^3.4.7",
"dotenv": "^10.0.0",
"eslint": "^5.16.0",
"express": "^4.17.1",
"firebase": "^8.9.1",
"firebase-admin": "^9.11.0",
"firebase-functions": "^3.3.0",
"lodash": "^4.17.15",
"multer": "^1.4.2",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"scripts": {
"start": "ts-node src/server.ts",
"build": "tsc -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgibson02/BloomBus-Server.git"
},
"author": "John Gibson",
"license": "ISC",
"bugs": {
"url": "https://github.com/jgibson02/BloomBus-Server/issues"
},
"homepage": "https://github.com/jgibson02/BloomBus-Server#readme",
"devDependencies": {
"prettier": "^2.3.2"
}
}