From 6af45c86f8d50efa2c9d8532323e1b356ea7b35e Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 13 Mar 2020 19:51:25 +0900 Subject: [PATCH] Add new package.json for top-level mempool project --- backend/package.json | 2 +- frontend/package.json | 2 +- package.json | 29 +++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 package.json diff --git a/backend/package.json b/backend/package.json index eb33a6a86..5ad6ad42f 100644 --- a/backend/package.json +++ b/backend/package.json @@ -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" diff --git a/frontend/package.json b/frontend/package.json index 02888d02e..86ab48c4c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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" diff --git a/package.json b/package.json new file mode 100644 index 000000000..b6bb7a75f --- /dev/null +++ b/package.json @@ -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" + } +}