-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 873 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 873 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
{
"name": "google-cloud-function-access",
"version": "3.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stikkyapp/google-cloud-function-access.git"
},
"engines": {
"node": "24"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/stikkyapp/google-cloud-function-access/issues"
},
"homepage": "https://github.com/stikkyapp/google-cloud-function-access#readme",
"dependencies": {
"@actions/core": "^3.0.0",
"@actions/github": "^9.0.0",
"jsonwebtoken": "^9.0.3",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"rollup": "^4.60.1"
}
}