-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "@terra-money/core",
"version": "1.0.0",
"description": "This package provides Terra Blockchain client side APIs to support building transaction, singing, or querying chain data.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"build": "tsc --declaration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YunSuk-Yeo/terra-javascript-library.git"
},
"bugs": {
"url": "https://github.com/YunSuk-Yeo/terra-javascript-library/issues"
},
"keywords": [
"terra",
"luna",
"core",
"terra",
"blockchain"
],
"author": "YunSuk-Yeo",
"homepage": "https://github.com/YunSuk-Yeo/terra-javascript-library",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"@types/bech32": "^1.1.1",
"@types/node": "^12.0.8",
"bech32": "^1.1.3",
"bip32": "^2.0.3",
"bip39": "^3.0.2",
"crypto-js": "^3.1.9-1",
"secp256k1": "^3.7.1",
"typescript": "^3.5.1"
}
}