forked from ensdomains/dnsprovejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "@ensdomains/dnsprovejs",
"version": "0.4.1",
"description": "A library to generate chains of trust proving DNS records via DNSSEC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"dns-packet": "^5.2.1",
"ethereumjs-util": "^7.0.7",
"typescript-logging": "^1.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.14",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.8",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^8.2.1",
"node-fetch": "^2.6.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"scripts": {
"test": "mocha -r ts-node/register 'tests/**/*.ts'",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ensdomains/dnsprovejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ensdomains/dnsprovejs/issues"
},
"homepage": "https://github.com/ensdomains/dnsprovejs#readme"
}