-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 KB
/
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
42
{
"name": "actions-deploy-to-linode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"format:fix": "prettier --write '**/*.{js,jsx,ts,tsx,json,htm,html,yml,yaml}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarink-software/actions-deploy-to-linode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sarink-software/actions-deploy-to-linode/issues"
},
"homepage": "https://github.com/sarink-software/actions-deploy-to-linode#readme",
"dependencies": {
"@actions/artifact": "^0.4.1",
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@linode/api-v4": "^0.38.0",
"lodash.find": "^4.6.0",
"node-ssh": "^11.1.1",
"ora": "^5.1.0",
"parse-domain": "^3.0.3",
"short-uuid": "^4.1.0",
"wait-on": "^5.2.0"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.7",
"@types/lodash": "^4.14.165",
"@types/ora": "^3.2.0",
"@types/wait-on": "^5.2.0",
"@vercel/ncc": "^0.25.1",
"prettier": "^2.2.1",
"typescript": "^4.1.2"
}
}