{ "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "mocha -r esm tests/*.test.js" }, "author": "", "license": "ISC", "dependencies": { "@types/benchmark": "^2.1.0", "axios": "^0.21.1", "benchmark": "^2.1.4", "bsv": "1.5.4", "ts-node": "^9.1.1", "typescript": "^4.2.3" }, "devDependencies": { "@types/mocha": "^8.2.2", "chai": "^4.3.4", "esm": "^3.2.25", "mocha": "^8.3.2", "prettier": "^2.3.2" } }