30 lines
		
	
	
		
			629 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			629 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "mempool",
 | 
						|
  "version": "2.0.0",
 | 
						|
  "description": "Bitcoin mempool visualizer and blockchain explorer",
 | 
						|
  "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.js",
 | 
						|
  "scripts": {
 | 
						|
    "test": "echo \"Error: no test specified\" && exit 1"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "mempool-frontend": "2.0.0",
 | 
						|
    "mempool-backend": "2.0.0"
 | 
						|
  }
 | 
						|
}
 |