forked from DeFiCh/jellyfishsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 764 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
30
31
32
{
"private": false,
"name": "@defichain/testcontainers",
"version": "0.0.0",
"description": "SDK & Ecosystem for building modern lite DeFi Applications at scale.",
"repository": "JellyfishSDK/jellyfish",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc -b ./tsconfig.build.json"
},
"dependencies": {
"@defichain/jellyfish-network": "^0.0.0",
"cross-fetch": "^3.1.5",
"dockerode": "^3.3.5",
"tar-fs": "^2.1.1",
"uuid": "^9.0.0",
"testcontainers": "^9.1.3"
},
"peerDependencies": {
"@types/tar-fs": "^2.0.1",
"defichain": "^0.0.0"
},
"devDependencies": {
"@types/dockerode": "3.3.14",
"@types/uuid": "8.3.4"
}
}