-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mattt21
authored
Sep 26, 2019
1 parent
7cf7275
commit a28e275
Showing
1 changed file
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,25 @@ | ||
{ | ||
"name": "bitcoin-core", | ||
"version": "2.1.0", | ||
"description": "A modern Bitcoin Core REST and RPC client.", | ||
"name": "nix-sdk", | ||
"version": "1.0.0", | ||
"description": "A modern NixCore REST and RPC client.", | ||
"keywords": [ | ||
"bitcoin", | ||
"bitcoind", | ||
"nix", | ||
"nixd", | ||
"client", | ||
"request", | ||
"rest", | ||
"rpc" | ||
], | ||
"homepage": "https://github.com/ruimarinho/bitcoin-core", | ||
"bugs": "https://github.com/ruimarinho/bitcoin-core/issues", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Rui Marinho", | ||
"email": "[email protected]" | ||
}, | ||
"main": "dist/src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ruimarinho/bitcoin-core.git" | ||
"url": "https://github.com/nixplatform/nix-sdk.git" | ||
}, | ||
"scripts": { | ||
"changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md", | ||
"cover": "nyc --reporter=html --reporter=text npm test", | ||
"dependencies": "docker-compose up -d bitcoind bitcoind-ssl bitcoind-username-only", | ||
"dependencies": "docker-compose up -d nixd nixd-ssl nixd-username-only", | ||
"lint": "eslint src test", | ||
"prepublish": "npm run transpile", | ||
"test": "NODE_ENV=test mocha $npm_package_options_mocha", | ||
|