-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 968 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
40
41
42
43
{
"name": "@coincord/coincord-core-sdk-wallet",
"version": "0.1.8-alpha.8",
"description": "A module for managing and manipulating operations with bitcoin, ethereum and litecoin wallets.",
"main": "dist/lib/index.js",
"publishConfig": {
"@coincord:registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "tsc"
},
"typesVersions": {
">=4.4.0": {
"*": [
"*"
]
}
},
"keywords": [],
"author": "mozart",
"license": "ISC",
"devDependencies": {
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "^26.0.9",
"jest": "^26.2.2",
"ts-jest": "^26.1.4",
"typescript": "4.7.4"
},
"dependencies": {
"@types/node": "^14.0.27",
"dotenv": "^8.2.0",
"graphql-request": "^4.3.0"
},
"directories": {
"lib": "lib",
"dist": "dist",
"test": "tests"
},
"repository": {
"type": "git",
"url": "[email protected]:coincord/coincord-core-wallet-sdk.git"
}
}