{ "name": "mempool-backend", "version": "2.4.0-dev", "description": "Bitcoin mempool visualizer and blockchain explorer backend", "license": "GNU Affero General Public License v3.0", "homepage": "https://mempool.space", "repository": { "type": "git", "url": "git+https://github.com/mempool/mempool" }, "bugs": { "url": "https://github.com/mempool/mempool/issues" }, "keywords": [ "bitcoin", "mempool", "blockchain", "explorer", "liquid" ], "main": "index.ts", "scripts": { "ng": "./node_modules/@angular/cli/bin/ng", "tsc": "./node_modules/typescript/bin/tsc", "build": "npm run tsc", "start": "node --max-old-space-size=2048 dist/index.js", "start-production": "node --max-old-space-size=4096 dist/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@mempool/electrum-client": "^1.1.7", "axios": "~0.27.2", "bitcoinjs-lib": "6.0.1", "crypto-js": "^4.0.0", "express": "^4.18.0", "mysql2": "2.3.3", "node-worker-threads-pool": "^1.5.1", "socks-proxy-agent": "^6.2.0", "typescript": "~4.7.2", "ws": "~8.7.0" }, "devDependencies": { "@types/compression": "^1.7.2", "@types/ws": "~8.5.3", "@types/express": "^4.17.13", "tslint": "^6.1.0" } }