-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 935 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
{
"name": "rn-electrum-client",
"version": "0.0.21",
"description": "Electrum protocol client for React Native & Node.js",
"main": "index.js",
"scripts": {
"example": "node example/index.js",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@jest/globals": "^29.7.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5"
},
"repository": {
"type": "git",
"url": "git://github.com/synonymdev/react-native-electrum-client.git"
},
"author": "synonymdev",
"license": "MIT",
"engines": {
"node": ">=6"
},
"keywords": [
"client",
"electrum",
"bitcoin",
"nodejs"
],
"bugs": {
"url": "https://github.com/synonymdev/react-native-electrum-client/issues"
},
"homepage": "https://github.com/synonymdev/react-native-electrum-client#readme"
}