-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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": "rideshare-app",
"version": "1.0.0",
"description": "A carpooling app built for use at BITS Pilani, Hyderabad Campus",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"typeorm": "typeorm-ts-node-commonjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crux-bphc/rideshare-app.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/crux-bphc/rideshare-app/issues"
},
"homepage": "https://github.com/crux-bphc/rideshare-app#readme",
"devDependencies": {
"@types/config": "^3.3.3",
"ts-node": "10.7.0",
"tsx": "^4.7.1",
"typescript": "4.5.2"
},
"dependencies": {
"@types/node": "^16.18.83",
"body-parser": "^1.20.2",
"config": "^3.3.11",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"firebase-admin": "^11.11.1",
"google-auth-library": "^9.6.3",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.14",
"typeorm": "0.3.17",
"typescript": "4.5.2",
"zod": "^3.22.4"
}
}