-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 950 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 950 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
34
35
36
37
{
"name": "elastic-github-actions",
"version": "2.1.2",
"description": "Elastic Organization GitHub Actions",
"repository": {
"type": "git",
"url": "https://github.com/elastic/github-actions.git"
},
"scripts": {
"build": "tsx ./scripts/build-actions.ts",
"format": "oxfmt .",
"format:check": "oxfmt --check .",
"lint": "oxlint .",
"test": "vitest run --config vitest.config.ts",
"test:watch": "vitest --config vitest.config.ts",
"typecheck": "tsc --project tsconfig.json --noEmit"
},
"dependencies": {
"@actions/core": "^3.0.0",
"lodash": "^4.17.23",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@vercel/ncc": "^0.38.4",
"memfs": "^4.56.11",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.1.0"
},
"engines": {
"node": "24.14.1"
},
"packageManager": "pnpm@10.32.1"
}