-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.06 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
43
44
45
46
{
"name": "ddns-action",
"version": "0.3.0",
"description": "DDNS(Distributed Domain Name System) update action",
"main": "./src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint ./src/**/*.js",
"prune-prod": "npm prune --production",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aquiladev/ddns-action.git"
},
"keywords": [
"ENS",
"UNS",
"CNS",
"DDNS",
"GitHub",
"action",
"update"
],
"author": "Sergii Bomko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aquiladev/ddns-action/issues"
},
"homepage": "https://github.com/aquiladev/ddns-action#readme",
"dependencies": {
"@actions/core": "1.2.6",
"@actions/github": "2.1.1",
"content-hash": "^2.5.2",
"ethers": "^5.4.7",
"uns": "github:unstoppabledomains/uns#4d054a1d78767fe5d489895a276fea3b900165fe"
},
"devDependencies": {
"eslint": "6.8.0",
"jest": "25.1.0",
"release-it": "13.6.8"
},
"eslintIgnore": [
"*.test.js"
]
}