-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 KB
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
42
{
"name": "frontify-app-deploy",
"version": "1.0.7",
"author": "Samuel Alev <samuel.alev@protonmail.com>",
"description": "GitHub Action to deploy Frontify apps",
"license": "MIT",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"repository": {
"type": "git",
"url": "git+https://github.com/SamuelAlev/frontify-app-deploy.git"
},
"bugs": {
"url": "https://github.com/SamuelAlev/frontify-app-deploy/issues"
},
"main": "lib/index.js",
"homepage": "https://github.com/SamuelAlev/frontify-app-deploy",
"keywords": [
"frontify",
"marketplace",
"app",
"deploy",
"github",
"action"
],
"scripts": {
"build": "tsc",
"format": "biome ci src",
"package": "ncc build --source-map --license LICENSE -m"
},
"dependencies": {
"@actions/core": "^2.0.0",
"@actions/github": "^7.0.0",
"@frontify/frontify-cli": "^5.9.4",
"glob": "^13.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@types/node": "^24.10.1",
"@vercel/ncc": "^0.38.4",
"typescript": "^5.9.3"
}
}