-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 996 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 996 Bytes
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
{
"name": "firebase-auth-middleware",
"version": "1.0.0",
"description": "Docker for getting metadata from a URL",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"dev": "nodemon index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExplodedCode/Firebase-Auth-Middleware.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ExplodedCode/Firebase-Auth-Middleware/issues"
},
"homepage": "https://github.com/ExplodedCode/Firebase-Auth-Middleware#readme",
"dependencies": {
"@supabase/supabase-js": "^2.33.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-serve-static-core": "^0.1.1",
"firebase-scrypt": "^2.2.0",
"pg": "^8.11.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.12",
"@types/express-serve-static-core": "^4.17.21",
"@types/node": "^18.11.18"
}
}