-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.22 KB
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
{
"name": "rgb-lib",
"version": "0.3.0-beta.5",
"description": "Node.js bindings for rgb-lib",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "echo \"No tests available\" && exit 1",
"format": "prettier --tab-width 4 --write \"*.{js,jsx}\" \"template/*.{js,jsx}\"",
"postversion": "node update-opt-dep-version.js",
"regtest_start": "./rgb-lib/tests/regtest.sh prepare_bindings_examples_environment",
"regtest_stop": "./rgb-lib/tests/regtest.sh stop_services"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RGB-Tools/rgb-lib-nodejs.git"
},
"keywords": [
"rgb",
"bitcoin"
],
"author": "Zoe Faltibà <zoefaltiba@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RGB-Tools/rgb-lib-nodejs/issues"
},
"homepage": "https://github.com/RGB-Tools/rgb-lib-nodejs#readme",
"devDependencies": {
"prettier": "^3.3.3"
},
"optionalDependencies": {
"@rgb-tools/rgb-lib-linux-x64": "0.3.0-beta.5",
"@rgb-tools/rgb-lib-linux-arm64": "0.3.0-beta.5",
"@rgb-tools/rgb-lib-darwin-x64": "0.3.0-beta.5",
"@rgb-tools/rgb-lib-darwin-arm64": "0.3.0-beta.5",
"@rgb-tools/rgb-lib-win32-x64": "0.3.0-beta.5"
}
}