2019-07-21 17:59:47 +03:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								{
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-13 19:44:56 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  "name": "mempool-backend",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-10 14:53:18 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  "version": "2.5.0-dev",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-13 19:44:56 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  "description": "Bitcoin mempool visualizer and blockchain explorer backend",
							 | 
						
					
						
							
								
									
										
										
										
											2021-03-18 16:29:11 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  "license": "GNU Affero General Public License v3.0",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-13 19:44:56 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  "homepage": "https://mempool.space",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  "repository": {
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "type": "git",
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-13 19:51:25 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "url": "git+https://github.com/mempool/mempool"
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-13 19:44:56 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  },
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  "bugs": {
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "url": "https://github.com/mempool/mempool/issues"
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  },
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  "keywords": [
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "bitcoin",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "mempool",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "blockchain",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "explorer",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-29 20:53:19 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "liquid",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "lightning"
							 | 
						
					
						
							
								
									
										
										
										
											2020-03-13 19:44:56 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								  ],
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-21 17:59:47 +03:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  "main": "index.ts",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  "scripts": {
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 12:21:30 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "tsc": "./node_modules/typescript/bin/tsc -p tsconfig.build.json",
							 | 
						
					
						
							
								
									
										
										
										
											2020-11-23 17:26:22 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "build": "npm run tsc",
							 | 
						
					
						
							
								
									
										
										
										
											2021-02-15 00:25:29 +09:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "start": "node --max-old-space-size=2048 dist/index.js",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "start-production": "node --max-old-space-size=4096 dist/index.js",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 12:21:30 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "test": "./node_modules/.bin/jest --coverage",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-05 04:31:10 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "lint": "./node_modules/.bin/eslint . --ext .ts",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 03:02:02 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "lint:fix": "./node_modules/.bin/eslint . --ext .ts --fix",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "prettier": "./node_modules/.bin/prettier --write \"src/**/*.{js,ts}\""
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-21 17:59:47 +03:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  },
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  "dependencies": {
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 12:38:50 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@babel/core": "^7.18.6",
							 | 
						
					
						
							
								
									
										
										
										
											2020-12-29 00:41:02 +07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@mempool/electrum-client": "^1.1.7",
							 | 
						
					
						
							
								
									
										
										
										
											2022-06-27 21:28:21 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@types/node": "^16.11.41",
							 | 
						
					
						
							
								
									
										
										
										
											2022-04-28 14:37:58 +04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "axios": "~0.27.2",
							 | 
						
					
						
							
								
									
										
										
										
											2022-08-13 11:05:43 +00:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "bitcoinjs-lib": "6.0.2",
							 | 
						
					
						
							
								
									
										
										
										
											2020-12-22 06:04:31 +07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "crypto-js": "^4.0.0",
							 | 
						
					
						
							
								
									
										
										
										
											2022-04-28 14:37:58 +04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "express": "^4.18.0",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-11 17:52:38 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "maxmind": "^4.3.6",
							 | 
						
					
						
							
								
									
										
										
										
											2021-12-09 13:24:29 +04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "mysql2": "2.3.3",
							 | 
						
					
						
							
								
									
										
										
										
											2022-04-28 14:37:58 +04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "node-worker-threads-pool": "^1.5.1",
							 | 
						
					
						
							
								
									
										
										
										
											2022-06-26 11:43:27 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "socks-proxy-agent": "~7.0.0",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "typescript": "~4.7.4",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "ws": "~8.8.0"
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-21 17:59:47 +03:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  },
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  "devDependencies": {
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 12:54:47 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@babel/core": "^7.18.6",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 12:38:50 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@babel/code-frame": "^7.18.6",
							 | 
						
					
						
							
								
									
										
										
										
											2022-04-28 14:37:58 +04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@types/compression": "^1.7.2",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-06 12:25:30 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@types/crypto-js": "^4.1.1",
							 | 
						
					
						
							
								
									
										
										
										
											2022-04-28 14:37:58 +04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@types/express": "^4.17.13",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 12:21:30 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@types/jest": "^28.1.4",
							 | 
						
					
						
							
								
									
										
										
										
											2022-06-27 21:28:21 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@types/ws": "~8.5.3",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-05 04:29:11 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "@typescript-eslint/eslint-plugin": "^5.30.5",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "@typescript-eslint/parser": "^5.30.5",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "eslint": "^8.19.0",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 03:02:02 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "eslint-config-prettier": "^8.5.0",
							 | 
						
					
						
							
								
									
										
										
										
											2022-07-07 12:21:30 -07:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								    "jest": "^28.1.2",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "prettier": "^2.7.1",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "ts-jest": "^28.0.5",
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								    "ts-node": "^10.8.2"
							 | 
						
					
						
							
								
									
										
										
										
											2019-07-21 17:59:47 +03:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								  }
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								}
							 |