Add new package.json for top-level mempool project
This commit is contained in:
		
							parent
							
								
									36d96bff09
								
							
						
					
					
						commit
						4f5b58ef41
					
				@ -6,7 +6,7 @@
 | 
			
		||||
  "homepage": "https://mempool.space",
 | 
			
		||||
  "repository": {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
    "url": "git+https://github.com/mempool/mempool.git"
 | 
			
		||||
    "url": "git+https://github.com/mempool/mempool"
 | 
			
		||||
  },
 | 
			
		||||
  "bugs": {
 | 
			
		||||
    "url": "https://github.com/mempool/mempool/issues"
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@
 | 
			
		||||
  "homepage": "https://mempool.space",
 | 
			
		||||
  "repository": {
 | 
			
		||||
    "type": "git",
 | 
			
		||||
    "url": "git+https://github.com/mempool/mempool.git"
 | 
			
		||||
    "url": "git+https://github.com/mempool/mempool"
 | 
			
		||||
  },
 | 
			
		||||
  "bugs": {
 | 
			
		||||
    "url": "https://github.com/mempool/mempool/issues"
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										29
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
			
		||||
{
 | 
			
		||||
  "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"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user