Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt21 authored Sep 26, 2019
1 parent 7cf7275 commit a28e275
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions package.json
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",
Expand Down

0 comments on commit a28e275

Please sign in to comment.