-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 948 Bytes
/
package.json
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": "^29.5.14",
"archiver": "^7.0.1",
"axios": "^1.7.9",
"form-data": "^4.0.1",
"yaml": "^2.6.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^6.0.3",
"@types/node": "^22.10.2",
"@vercel/ncc": "^0.38.3",
"adm-zip": "^0.5.16",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
}