-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1003 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1003 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
{
"name": "setup-install4j",
"version": "0.1.0-dev",
"description": "A JavaScript action for setting up install4j",
"main": "dist/index.js",
"author": "Luan Gong",
"license": "MIT",
"keywords": [
"github-actions",
"install4j"
],
"scripts": {
"lint": "eslint src",
"test": "vitest",
"build": "ncc build src/index.ts --source-map --license licenses.txt"
},
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee",
"dependencies": {
"@actions/core": "^3.0.1",
"@actions/exec": "^3.0.0",
"@actions/tool-cache": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^24.13.3",
"@vercel/ncc": "^0.44.1",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.8.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.66.0",
"vitest": "^4.1.10"
}
}