-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 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
27
28
29
30
31
32
33
{
"name": "apify-github-actions",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "oxlint .",
"lint:fix": "oxlint . --fix",
"test": "vitest --run .",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@actions/core": "^3.0.1",
"@actions/github": "^9.1.1",
"@apify/oxlint-config": "0.2.10",
"@types/node": "^25.7.0",
"oxlint": "1.64.0",
"oxlint-tsgolint": "0.22.1",
"typescript": "^6.0.3",
"vitest": "^4.1.6"
},
"devEngines": {
"runtime": {
"name": "node",
"onFail": "error"
},
"packageManager": {
"name": "pnpm",
"onFail": "error",
"version": "11.1.1"
}
}
}