-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 785 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 785 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
{
"name": "codeowners-automerge",
"version": "0.1.0",
"description": "Automerges PRs from code owners that only change owned code",
"main": "src/index.js",
"type": "module",
"scripts": {
"dist": "bun build --target=node --minify --sourcemap=linked --production --outdir=dist src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kristoff-it/codeowners-automerge.git"
},
"author": "Loris Cro",
"license": "MIT",
"bugs": {
"url": "https://github.com/kristoff-it/codeowners-automerge/issues"
},
"homepage": "https://github.com/kristoff-it/codeowners-automerge#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.1",
"ignore": "^7.0.5",
"source-map-support": "^0.5.21"
}
}