Update package.json for mempool-backend

This commit is contained in:
wiz 2020-03-13 19:44:56 +09:00
parent 2f94200a45
commit 0bf337b7a6
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

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