mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"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/bitcoin": "^3.0.3",
|
|
"@mempool/electrum-client": "^1.1.7",
|
|
"@types/ws": "8.2.2",
|
|
"axios": "0.24.0",
|
|
"bitcoinjs-lib": "6.0.1",
|
|
"crypto-js": "^4.0.0",
|
|
"express": "^4.17.1",
|
|
"locutus": "^2.0.12",
|
|
"mysql2": "2.3.3",
|
|
"node-worker-threads-pool": "^1.4.3",
|
|
"socks-proxy-agent": "^6.1.1",
|
|
"typescript": "4.4.4",
|
|
"ws": "8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "^1.0.1",
|
|
"@types/express": "^4.17.2",
|
|
"@types/locutus": "^0.0.6",
|
|
"tslint": "^6.1.0"
|
|
}
|
|
}
|