Add new package.json for top-level mempool project
This commit is contained in:
parent
c8da732771
commit
6af45c86f8
@ -6,7 +6,7 @@
|
|||||||
"homepage": "https://mempool.space",
|
"homepage": "https://mempool.space",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mempool/mempool.git"
|
"url": "git+https://github.com/mempool/mempool"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mempool/mempool/issues"
|
"url": "https://github.com/mempool/mempool/issues"
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"homepage": "https://mempool.space",
|
"homepage": "https://mempool.space",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mempool/mempool.git"
|
"url": "git+https://github.com/mempool/mempool"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mempool/mempool/issues"
|
"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