forked from ping-pub/faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 892 Bytes
/
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
{
"name": "faucet",
"type": "module",
"version": "1.0.0",
"description": "Faucet for Cosmos-SDK blockchains",
"main": "faucet.js",
"scripts": {
"start": "node --experimental-modules --es-module-specifier-resolution=node faucet.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ping-pub/faucet.git"
},
"keywords": [
"Faucet",
"Cosmos",
"SDK",
"blockchain"
],
"author": "Ping",
"license": "MIT",
"bugs": {
"url": "https://github.com/ping-pub/faucet/issues"
},
"homepage": "https://github.com/ping-pub/faucet#readme",
"dependencies": {
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"level": "^8.0.1",
"nodemodule": "^0.3.0"
}
}