-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 840 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 840 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
{
"name": "@getarcaneapp/setup-cli",
"version": "0.0.0",
"private": true,
"description": "GitHub Action to install the Arcane CLI",
"scripts": {
"build": "vp build",
"check": "vp check",
"format": "vp fmt",
"format:check": "vp fmt --check",
"lint": "vp lint",
"test": "vp test",
"validate:action": "node scripts/validate-action-yml.mts"
},
"dependencies": {
"@actions/core": "3.0.1",
"@actions/http-client": "4.0.1",
"@actions/tool-cache": "4.0.0",
"semver": "7.8.1"
},
"devDependencies": {
"@types/node": "24.10.2",
"@types/semver": "7.7.1",
"vite-plus": "catalog:",
"yaml": "2.8.2"
},
"packageManager": "pnpm@11.25.0+sha512.5cde925b4f075f725eb71fbae18a42ffe784524789f19b61c731cb8721ec28aaee160e01a8d5af4fedb2a42cdbf300efe23db356b0d4a17b4d63e11f8ab7c956"
}