-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "@lamassu/coins",
"version": "v1.4.12",
"dependencies": {
"@lamassu/bolt11": "1.5.1",
"bech32": "2.0.0",
"big-integer": "^1.6.48",
"bignumber.js": "^9.0.0",
"bitcoinjs-lib": "4.0.3",
"bitcore-lib-cash": "^8.25.25",
"blakejs": "^1.2.1",
"bs58check": "^2.0.2",
"cashaddrjs": "^0.4.4",
"crypto-js": "^3.1.9-1",
"ethereumjs-icap": "^0.3.2",
"keccak256": "^1.0.2",
"lodash": "^4.17.10"
},
"scripts": {
"build": "tsc",
"test": "npx jest --silent"
},
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"LICENSE",
"README.md",
"package.json"
],
"author": "Lamassu Industries",
"license": "./LICENSE",
"devDependencies": {
"@types/bitcoinjs-lib": "^4.0.1",
"@types/bitcore-lib-cash": "^8.23.8",
"@types/bn.js": "^5.1.2",
"@types/bs58check": "^2.1.2",
"@types/cashaddrjs": "^0.3.3",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.199",
"@types/node": "^20.8.2",
"typescript": "^5.2.2",
"ts-jest": "^29.1.2",
"jest": "^29.7.0"
}
}