-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 876 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 876 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
{
"name": "githubcommenthandler",
"private": true,
"type": "module",
"version": "1.0.3",
"description": "",
"main": "GithubCommentReader/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"author": "",
"license": "SEE LICENSE IN ASSOCIATED REPO",
"packageManager": "npm@11.10.0+sha512.8bc844e37892200305b98562f13c6c10849d10b3387c8cdaeb4d1a2e32746a79063cba9dd284cf28c26a01c3bf4169b7d3b31b4a5586cc970d6749463108073c",
"engines": {
"node": ">=22"
},
"dependencies": {
"@azure/functions": "^4.11.2",
"@azure/identity": "^4.13.0",
"@octokit/webhooks-methods": "^6.0.0",
"azure-devops-node-api": "^15.1.2",
"octokit": "^5.0.5"
},
"devDependencies": {
"@octokit/webhooks-types": "^7.6.1",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^22.19.11",
"typescript": "^5.9.3"
}
}