generated from ctcampbell/azure-probot-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 675 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 675 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
{
"name": "github-webhook-mirror",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "rimraf dist",
"prestart": "npm run clean && npm run build",
"start": "func start"
},
"dependencies": {
"@azure/functions": "^4.0.0",
"@probot/adapter-azure-functions": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/node": "^18.x",
"jest": "^29.7.0",
"nock": "^13.3.8",
"probot": "^12.3.1",
"rimraf": "^5.0.0",
"smee-client": "^1.2.3",
"ts-jest": "^29.1.1",
"typescript": "^4.0.0"
},
"main": "dist/src/functions/github-webhook-mirror.js"
}