UNPKG

bch-donation

Version:
55 lines (54 loc) 1.44 kB
{ "name": "bch-donation", "version": "1.1.2", "description": "A list of BCH addresses for easily sending donations", "main": "index.js", "scripts": { "start": "node index.js", "test": "nyc mocha test/unit/", "test:integration": "mocha --timeout 25000 test/integration/", "lint": "standard --env mocha --fix", "docs": "./node_modules/.bin/apidoc -i src/ -o docs", "coverage": "nyc report --reporter=text-lcov | coveralls", "coverage:report": "nyc --reporter=html mocha test/unit/ --exit" }, "keywords": [ "bitcoin", "bitcoin cash", "wallet", "javascript", "cryptocurrency" ], "author": "Chris Troutner <chris.troutner@gmail.com>", "license": "MIT", "apidoc": { "title": "bch-donation", "url": "localhost:5000" }, "repository": "Permissionless-Software-Foundation/bch-donation", "dependencies": { "apidoc": "0.51.0" }, "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.1.0", "eslint": "7.17.0", "eslint-config-prettier": "^7.1.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-standard": "^4.0.0", "mocha": "^9.2.2", "nyc": "^15.1.0", "semantic-release": "^19.0.2", "standard": "^16.0.3" }, "release": { "publish": [ { "path": "@semantic-release/npm", "npmPublish": true } ] } }