Merge branch 'master' of https://github.com/mempool/mempool
* 'master' of https://github.com/mempool/mempool: Add new package.json for top-level mempool project Update package.json for mempool-frontend
This commit is contained in:
commit
6c05a25303
@ -6,7 +6,7 @@
|
|||||||
"homepage": "https://mempool.space",
|
"homepage": "https://mempool.space",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/mempool/mempool.git"
|
"url": "git+https://github.com/mempool/mempool"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/mempool/mempool/issues"
|
"url": "https://github.com/mempool/mempool/issues"
|
||||||
@ -24,7 +24,6 @@
|
|||||||
"start": "npm run build && node dist/index.js",
|
"start": "npm run build && node dist/index.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"compression": "^1.7.4",
|
"compression": "^1.7.4",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
|
@ -1,6 +1,24 @@
|
|||||||
{
|
{
|
||||||
"name": "mempoolspace",
|
"name": "mempool-frontend",
|
||||||
"version": "0.0.0",
|
"version": "2.0.0",
|
||||||
|
"description": "Bitcoin mempool visualizer and blockchain explorer backend",
|
||||||
|
"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.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --proxy-config proxy.conf.json",
|
"start": "ng serve --proxy-config proxy.conf.json",
|
||||||
@ -9,7 +27,6 @@
|
|||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e"
|
"e2e": "ng e2e"
|
||||||
},
|
},
|
||||||
"private": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~9.0.0",
|
"@angular/animations": "~9.0.0",
|
||||||
"@angular/common": "~9.0.0",
|
"@angular/common": "~9.0.0",
|
||||||
|
29
package.json
Normal file
29
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user