-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
39
40
41
{
"name": "netlify-github-status",
"version": "1.0.0",
"description": "A Netlify Function that automatically updates your GitHub repository with detailed status information about your Netlify deployments.",
"main": "netlify/functions/deployment.js",
"type": "module",
"files": [
"netlify/functions"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hanssen0/netlify-github-status.git"
},
"keywords": [
"netlify",
"github",
"status",
"deployment",
"webhook",
"serverless",
"function"
],
"author": "Hanssen0 <hanssen0@hanssen0.com>",
"dependencies": {
"@netlify/functions": "^4.1.10",
"jsonwebtoken": "^9.0.2",
"octokit": "^5.0.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^24.0.13"
},
"packageManager": "pnpm@10.8.1",
"bugs": {
"url": "https://github.com/Hanssen0/netlify-github-status/issues"
},
"homepage": "https://github.com/Hanssen0/netlify-github-status#readme"
}