Add new package.json for top-level mempool project

This commit is contained in:
wiz 2020-03-13 19:51:25 +09:00
parent c8da732771
commit 6af45c86f8
No known key found for this signature in database
GPG Key ID: A394E332255A6173
3 changed files with 31 additions and 2 deletions

View File

@ -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"

View File

@ -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
View 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"
}
}