-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 837 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
{
"name": "onion-ens-resolver",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"start": "rm -r dist && npm run build && node dist/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ensdomains/content-hash": "^2.5.7",
"@greenlock/manager": "^3.1.0",
"acme-dns-01-namecheap": "3.x",
"acme-http-01-webroot": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-rate-limit": "^6.7.0",
"greenlock": "v4",
"greenlock-store-fs": "^3.2.2",
"ipfs-http-client": "^59.0.0",
"tar-fs": "^2.1.1",
"ths": "^2.1.5",
"web3": "^1.8.1"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@types/node": "^17.0.10",
"typescript": "^4.5.5"
}
}