forked from Tnodes/initia-wallet-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 682 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 682 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
{
"name": "initia-gen",
"version": "1.0.0",
"description": "fast bulk initia wallet generator",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tnodes/initia-wallet-generatorhttps:.git"
},
"keywords": [
"initia",
"wallet",
"ibc",
"intita-wallet-generator"
],
"author": "Tnodes",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tnodes/initia-wallet-generatorhttps:/issues"
},
"homepage": "https://github.com/Tnodes/initia-wallet-generatorhttps:#readme",
"dependencies": {
"@initia/initia.js": "^0.1.48",
"figlet": "^1.7.0"
}
}