-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.17 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
47
48
49
50
{
"name": "@unstoppabledomains/maticjs-resolution",
"version": "1.1.3",
"description": "Unstoppable Domains resolution plugin for matic.js",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node src/index.ts",
"build": "tsc --build"
},
"author": "Nick Raienko <https://github.com/enaqx>",
"repository": {
"type": "git",
"url": "https://github.com/unstoppabledomains/maticjs-resolution"
},
"bugs": {
"type": "git",
"url": "https://github.com/unstoppabledomains/maticjs-resolution/issues"
},
"homepage": "https://github.com/unstoppabledomains/maticjs-resolution#readme",
"keywords": [
"cns",
".crypto",
"zns",
"ethereum",
"zilliqa",
"blockchain",
"resolution",
"name",
"domain",
"unstoppable",
"polygon",
"matic"
],
"license": "MIT",
"publicConfig": {
"access": "public"
},
"peerDependencies": {
"@maticnetwork/maticjs": "^3.2.2"
},
"devDependencies": {
"@maticnetwork/maticjs": "^3.2.2",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@unstoppabledomains/resolution": "^7.1.2"
}
}