Update package.json for mempool-backend
This commit is contained in:
parent
2f94200a45
commit
0bf337b7a6
@ -1,11 +1,28 @@
|
|||||||
{
|
{
|
||||||
"name": "mempool-space-explorer-backend",
|
"name": "mempool-backend",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Mempool space backend",
|
"description": "Bitcoin mempool visualizer and blockchain explorer backend",
|
||||||
|
"license": "MIT",
|
||||||
|
"homepage": "https://mempool.space",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/mempool/mempool.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/mempool/mempool/issues"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"bitcoin",
|
||||||
|
"mempool",
|
||||||
|
"blockchain",
|
||||||
|
"explorer",
|
||||||
|
"liquid"
|
||||||
|
],
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
"start": "npm run build && node dist/index.js"
|
"start": "npm run build && node dist/index.js",
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user