43 lines
		
	
	
		
			986 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			986 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "mempool-backend",
 | 
						|
  "version": "2.0.0",
 | 
						|
  "description": "Bitcoin mempool visualizer and blockchain explorer backend",
 | 
						|
  "license": "MIT",
 | 
						|
  "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": {
 | 
						|
    "build": "tsc",
 | 
						|
    "start": "npm run build && node dist/index.js",
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "compression": "^1.7.4",
 | 
						|
    "express": "^4.17.1",
 | 
						|
    "mysql2": "^1.6.1",
 | 
						|
    "request": "^2.88.0",
 | 
						|
    "ws": "^7.2.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/compression": "^1.0.1",
 | 
						|
    "@types/express": "^4.17.2",
 | 
						|
    "@types/request": "^2.48.2",
 | 
						|
    "@types/ws": "^6.0.4",
 | 
						|
    "tslint": "^5.11.0",
 | 
						|
    "typescript": "^3.6.4"
 | 
						|
  }
 | 
						|
}
 |