UNPKG

bltjs

Version:

A BigchainDB Load Tester

41 lines (40 loc) 910 B
{ "name": "bltjs", "version": "1.0.1", "description": "A BigchainDB Load Tester", "main": "dist/Blt.js", "scripts": { "test": "mocha", "compile": "cd ./src && tsc", "bundle": "webpack", "documentation": "cd src/ && typedoc --out ../docs/ .", "build": "npm run compile && npm run bundle && npm run test && npm run documentation" }, "repository": { "type": "git", "url": "https://www.github.com/artusvranken/bltjs" }, "keywords": [ "BigchainDB", "blockchain", "blt", "load", "testing", "TypeScript" ], "author": "Artus Vranken", "license": "ISC", "dependencies": { "axios": "^0.18.0", "bigchaindb-driver": "^4.0.0", "bip39": "^2.5.0" }, "devDependencies": { "mocha": "^5.0.5", "path": "^0.12.7", "typedoc": "^0.11.1", "typescript": "^2.8.1", "webpack": "^4.5.0", "webpack-cli": "^2.0.14" } }