Merge pull request #13 from andrerfneves/refactor/docs-package

[chore] Documentation improvements and package json cleanups
This commit is contained in:
Simon Lindh
2019-10-29 02:00:17 +08:00
committed by GitHub
4 changed files with 147 additions and 119 deletions

View File

@@ -1,13 +1,17 @@
{
"name": "mempool-backend",
"version": "1.0.0",
"description": "Bitcoin mempool visualizer",
"description": "Bitcoin Mempool Visualizer",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"start": "npm run build && node dist/index.js"
},
"author": "",
"license": "ISC",
"author": {
"name": "Simon Lindh",
"url": "https://github.com/mempool-space/mempool.space"
},
"license": "MIT",
"dependencies": {
"axios": "^0.19.0",
"bitcoin": "^3.0.1",