-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
39
{
"name": "ilo",
"version": "0.1.0",
"private": true,
"type": "module",
"license": "MIT",
"description": "pull request bot for nanpa, the language-agnostic release manager",
"author": "aoife cassidy <[email protected]>",
"homepage": "https://github.com/nbsp/ilo",
"scripts": {
"build": "tsc && ncc build action.js --license licenses.txt",
"lint": "eslint .",
"start": "probot run ./dist/index.js"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@octokit/rest": "^21.0.0",
"kdljs": "^0.2.0",
"micromatch": "^4.0.7",
"probot": "^13.0.1",
"semver": "^7.6.2",
"smee-client": "^2.0.1"
},
"devDependencies": {
"@types/micromatch": "^4.0.9",
"@types/node": "^20.0.0",
"@types/semver": "^7.5.8",
"@vercel/ncc": "^0.38.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"typescript": "^5.3.3",
"typescript-eslint": "^7.15.0"
},
"engines": {
"node": ">= 20"
},
"packageManager": "[email protected]"
}