-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 903 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
{
"name": "googlesheet.db.server",
"version": "0.0.1",
"description": "This is the server instance for the googlesheet.db project",
"main": "src/index.js",
"scripts": {
"test": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/divyanshu-parihar/googlesheets.db.server.git"
},
"author": "Divyanshu Parihar",
"license": "ISC",
"bugs": {
"url": "https://github.com/divyanshu-parihar/googlesheets.db.server/issues"
},
"homepage": "https://github.com/divyanshu-parihar/googlesheets.db.server#readme",
"dependencies": {
"@supabase/supabase-js": "^2.2.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"google-auth-library": "^8.7.0",
"googleapis": "^110.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.15",
"@types/node": "^18.11.17"
}
}