generated from ghalactic/action-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 903 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
31
32
33
34
35
{
"private": true,
"type": "module",
"engines": {
"node": "^20",
"npm": "^10"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@octokit/action": "^7.0.0",
"@octokit/auth-app": "^7.1.2",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/request-error": "^6.1.5",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"js-yaml": "^4.1.0",
"regexp.escape": "^2.0.1",
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@octokit/openapi": "^16.6.0",
"@octokit/openapi-types": "^22.2.0",
"@octokit/types": "^13.6.1",
"@types/js-yaml": "^4.0.9",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"esbuild": "^0.24.0",
"openapi-sampler": "^1.5.1",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
}
}