forked from aspectron/kaspa-faucet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "@karlsen/faucet",
"version": "1.0.39",
"description": "karlsen-faucet",
"scripts": {
"start": "node karlsen-faucet"
},
"main": "karlsen-faucet.js",
"authors": [
{
"name": "ASPECTRON Inc",
"email": "[email protected]"
},
{
"name": "Karlsen Developers",
"email": "[email protected]"
}
],
"dependencies": {
"@aspectron/flow-http": ">=0.2.4",
"@aspectron/flow-router": "aspectron/flow-router",
"@aspectron/flow-utils": ">=0.1.1",
"@aspectron/flow-ux": "1.1.1",
"@karlsen/grpc": ">=1.4.0",
"@karlsen/grpc-node": ">=1.0.8",
"@karlsen/wallet": ">=1.4.26",
"@karlsen/wallet-worker": ">=1.1.25",
"@webcomponents/webcomponentsjs": "*",
"colors": "*",
"commander": "^6.2.1",
"cookie": "*",
"cookie-signature": "*",
"decimal.js": "^10.2.1",
"express": "4.17.1",
"express-session": "1.17.1",
"node-fetch": "^2.6.6",
"sockjs": "*",
"sockjs-client": "*",
"ws": "^7.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karlsen-network/node-karlsen-faucet"
},
"license": "ICS",
"private": true
}