-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1012 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
37
38
39
{
"name": "tradelayer",
"version": "1.2.12",
"description": "NPM package for interacting with TradeLayer orderbook and building Litecoin/Token/Futures transactions.",
"main": "index.js",
"dependencies": {
"abstract-level": "^1.0.3",
"axios": "^1.7.7",
"big-json": "^3.2.0",
"bigint-base-converter": "0.1.3",
"bignumber": "^1.1.0",
"bignumber.js": "^9.1.2",
"bitcoin": "3.0.3",
"bitcoinjs-lib": "*",
"bitcore-lib-ltc": "^10.0.21",
"buffer": "^6.0.3",
"child_process": "^1.0.2",
"dogecoind-rpc": "0.8.1",
"dotenv": "^16.0.0",
"ecpair": "*",
"express": "^4.18.2",
"litecoin": "^2.0.5",
"nedb": "^1.8.0",
"node-fetch": "^2.7.0",
"socket.io-client": "^4.1.3",
"tiny-secp256k1": "^2.2.3",
"util": "^0.12.4",
"uuid": "^9.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/patrickdugan/tlnpm"
},
"scripts": {
"start": "node algoAPI.js"
},
"author": "Your Name",
"license": "MIT"
}