-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 569 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 569 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "twitch-badges-cache",
"version": "1.0.0",
"description": "Cloud Function to cache Twitch badges using Firestore",
"main": "js/twitch-badge-proxy.js",
"scripts": {
"start": "functions-framework --target=getGlobalBadges",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "22.x"
},
"dependencies": {
"@google-cloud/functions-framework": "^3.0.0",
"@google-cloud/secret-manager": "^5.0.0",
"@google-cloud/firestore": "^7.7.0",
"axios": "^1.6.0"
},
"author": "",
"license": "ISC"
}