-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 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
38
{
"name": "google-auth-helper",
"version": "1.0.0",
"description": "reusable google auth for getting access tokens",
"main": "auth-listener.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node-dev --respawn src/auth-listener.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Grrom/google-auth-helper.git"
},
"keywords": [
"google-auth"
],
"author": "Grrom",
"license": "ISC",
"bugs": {
"url": "https://github.com/Grrom/google-auth-helper/issues"
},
"homepage": "https://github.com/Grrom/google-auth-helper#readme",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node-fetch": "^2.6.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"googleapis": "^105.0.0",
"node-fetch": "^2.6.11",
"winston": "^3.8.2"
}
}