forked from pk910/PoWFaucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "pow-faucet-server",
"version": "1.0.0",
"description": "PoW Faucet Server",
"main": "dist/app.js",
"scripts": {
"build": "tsc",
"start": "tsc && node dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "pk910 (https://pk910.de)",
"license": "AGPL-3.0",
"devDependencies": {
"@types/better-sqlite3": "^7.6.3",
"@types/node-static": "^0.7.7",
"@types/randombytes": "^2.0.0",
"@types/ws": "^8.5.3",
"tslint": "^6.1.3",
"typescript": "^4.6.2"
},
"dependencies": {
"@brettz9/node-static": "^0.1.1",
"@ethereumjs/common": "^2.6.2",
"@ethereumjs/tx": "^3.5.0",
"@gitcoinco/passport-sdk-types": "^0.2.0",
"@gitcoinco/passport-sdk-verifier": "^0.2.2",
"@types/node": "^17.0.21",
"better-sqlite3": "^8.2.0",
"bignumber.js": "^9.1.0",
"ethereum-ens": "^0.8.0",
"ethereumjs-util": "^7.1.4",
"hcaptcha": "^0.1.1",
"html-entities": "^2.3.3",
"node-fetch": "^2.6.7",
"randombytes": "^2.1.0",
"tiny-typed-emitter": "^2.1.0",
"web3": "^1.7.5",
"ws": "^8.5.0",
"yaml": "^2.1.1"
}
}