-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 947 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 947 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
38
39
40
41
{
"name": "@friendsofredaxo/installer-action",
"version": "1.2.0",
"description": "MyREDAXO for GitHub Actions",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"release": "ncc build -o dist src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FriendsOfREDAXO/installer-action.git"
},
"keywords": [
"redaxo",
"actions",
"install",
"FriendsOfREDAXO"
],
"author": "FriendsOfREDAXO",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",
"@types/jest": "^30.0.0",
"archiver": "^7.0.1",
"axios": "^1.12.2",
"form-data": "^4.0.3",
"yaml": "^2.8.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^6.0.4",
"@types/node": "^24.9.1",
"@vercel/ncc": "^0.38.4",
"adm-zip": "^0.5.16",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"typescript": "^5.9.3"
}
}