-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 905 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "devaultid-lookup-server",
"version": "1.0.1",
"description": "An indexing and lookup server for CashAccounts",
"main": "server.js",
"dependencies": {
"better-sqlite3": "^5.4.0",
"bitcoin-cash-rpc": "^0.4.1",
"bitcore-lib-dvt": "^8.1.1",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.16.4",
"slpjs": "^0.27.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/proteanx/lookup-server"
},
"keywords": [
"bitcoin",
"devault",
"cashaccount"
],
"author": "Jonathan Silverblood",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/proteanx/lookup-server/issues"
},
"homepage": "https://gitlab.com/proteanx/lookup-server#readme"
}