-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 KB
/
package.json
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
{
"name": "github-automerge",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prestart": "npm run build",
"start": "func start",
"test": "jest",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org sierra-softworks --project github-automerge ./dist && sentry-cli sourcemaps upload --org sierra-softworks --project github-automerge ./dist"
},
"main": "dist/src/index.mjs",
"files": [
"dist/src/**/*.js"
],
"devDependencies": {
"@octokit/graphql": "^8.1.1",
"@octokit/webhooks": "^13.4.1",
"@octokit/webhooks-definitions": "^3.67.0",
"@sentry/cli": "^2.39.1",
"@types/aws-sdk": "^2.7.4",
"@types/jest": "^27.5.0",
"@types/node": "^22.10.2",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.9.5"
},
"dependencies": {
"@azure/functions": "^4.5.1",
"@flipt-io/flipt": "^1.2.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.50.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.55.0",
"@opentelemetry/sdk-node": "^0.55.0",
"@opentelemetry/semantic-conventions": "^1.28.0"
}
}