dpos-offline
Version:
Offline Signing Transactions for DPOS Blockchains
84 lines (83 loc) • 2.61 kB
JSON
{
"name": "dpos-offline",
"version": "3.0.4",
"description": "Offline Signing Transactions for DPOS Blockchains",
"main": "dist/es5/index.js",
"types": "dist/es5/index.d.ts",
"browser": "dist/browser/index.js",
"scripts": {
"test": "yarn run test-all && yarn run tslint",
"test-node": "mocha ./test/alltests.index.ts",
"coverage": "nyc -e '*.ts' -r lcov yarn test-node",
"tslint": "tslint 'src/**'",
"test-browser": "karma start karma.conf.js",
"test-all": "yarn run tslint && yarn run test-node && yarn run test-browser",
"prepublish": "shx rm -rf ./dist/ && yarn run package",
"package": "webpack && tsc --outDir dist/es5 --target es5 -d",
"docs": "shx rm -rf docs ; typedoc --theme node_modules/typedoc-clarity-theme/bin --excludePrivate --disableOutputCheck --hideGenerator --module commonjs --mode file --tsconfig ./tsconfig.json --out docs/ src/; touch docs/.nojekyll "
},
"bugs": {
"url": "https://github.com/vekexasia/dpos-offline/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/vekexasia/dpos-offline"
},
"keywords": [
"lisk",
"rise",
"shift",
"dpos",
"crypto",
"cryptocurrency"
],
"author": "Andrea Baccega <vekexasia+crypto@gmail.com>",
"license": "MIT",
"dependencies": {
"bech32-buffer": "^0.1.2",
"bytebuffer": "^5.0.1",
"is-empty": "^1.2.0",
"long": "^4.0.0",
"tweetnacl": "^1.0.1",
"tweetnacl-util": "^0.15.0",
"type-tagger": "^1.0.0",
"utility-types": "^3.7.0",
"varuint-bitcoin": "^1.1.0"
},
"devDependencies": {
"@types/bytebuffer": "^5.0.37",
"@types/chai": "^4.1.4",
"@types/long": "^4.0.0",
"@types/mocha": "^5.2.5",
"@types/node": "^8.0.17",
"@types/proxyquire": "^1.3.27",
"@types/sinon": "^5.0.1",
"bech32": "^1.1.3",
"chai": "^4.1.2",
"coveralls": "^3.0.3",
"empty-module": "0.0.2",
"karma": "^3.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-webpack": "4.0.0-rc.2",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"sha.js": "^2.4.11",
"shx": "^0.3.2",
"sinon": "^7.0.0",
"sodium-native": "^2.4.2",
"ts-loader": "^5.2.2",
"ts-node": "^8.2.0",
"tslint": "^5.16.0",
"typedoc": "^0.13.0",
"typedoc-clarity-theme": "^1.1.0",
"typedoc-plugin-internal-external": "^1.0.10",
"typescript": "^3.4.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0"
}
}