forked from aspectron/kaspa-core-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.23 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@onekeyfe/kaspa-core-lib",
"version": "1.0.1",
"main": "index.js",
"authors": [
{
"name": "Onekey",
"email": "[email protected]"
},
{
"name": "BitPay",
"email": "[email protected]"
},
{
"name": "ASPECTRON Inc",
"email": "[email protected]"
}
],
"browser": {
"request": "browser-request"
},
"dependencies": {
"@noble/hashes": "1.1.5",
"@noble/secp256k1": "1.7.1",
"bn.js": "=4.11.8",
"bs58": "^4.0.1",
"buffer-compare": "=1.1.1",
"elliptic": "^6.5.3",
"inherits": "=2.0.1",
"lodash": "^4.17.20",
"url": "*"
},
"description": "JavaScript Kaspa library.",
"___devDependencies": {
"base-x": "=3.0.4",
"bitcore-build": "^8.23.1",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"sinon": "^7.1.1"
},
"keywords": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aspectron/kaspacore-lib"
},
"scripts": {
"xbuild": "gulp",
"xcoverage": "gulp coverage",
"xpub": "npm run build && npm publish",
"xtest": "gulp test",
"xtest:ci": "npm run test"
},
"files": [
"lib",
"index.d.ts",
"index.js",
"LICENSE",
"README.md"
]
}