-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 899 Bytes
/
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
{
"name": "list-changed-directories",
"private": true,
"volta": {
"node": "20.18.3"
},
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
"scripts": {
"build": "ncc build src/index.ts --source-map --license licenses.txt",
"fmt": "prettier --write .",
"lint": "prettier --check . && eslint"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@octokit/webhooks-types": "^7.6.1",
"@types/node": "^22.13.4",
"@vercel/ncc": "^0.38.3",
"eslint": "9.x",
"eslint-config-prettier": "^10.0.1",
"globals": "^15.15.0",
"prettier": "^3.5.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1"
}
}