-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 911 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 911 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
{
"name": "@ptah-sh/deploy-action",
"version": "1.1.1",
"description": "A GitHub action to deploy services to Ptah.sh",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build index.js -o dist",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ptah-sh/deploy-action.git"
},
"keywords": [
"self-host",
"github",
"actions",
"ptah"
],
"author": "Bohdan Shulha <b.shulha@pm.me>",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/ptah-sh/deploy-action/issues"
},
"homepage": "https://github.com/ptah-sh/deploy-action#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/http-client": "^2.2.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"husky": "^9.1.5"
}
}