Skip to content

Commit

Permalink
f: add package.json & package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Aug 13, 2024
1 parent 926e33c commit 9b12e8d
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 0 deletions.
43 changes: 43 additions & 0 deletions public/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions public/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "wallet",
"version": "0.1.0",
"description": "Digital Cash Cryptocurrency DASH wallet",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashhive/DashJoin.js.git"
},
"keywords": [
"Digital",
"Cash",
"Cryptocurrency",
"DASH",
"wallet"
],
"author": "AJ ONeal <[email protected]> (https://therootcompany.com/)",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/dashhive/DashJoin.js/issues"
},
"homepage": "https://github.com/dashhive/DashJoin.js#readme",
"dependencies": {
"@dashincubator/secp256k1": "^1.7.1-5",
"dashhd": "^3.3.3",
"dashkeys": "^1.1.5",
"dashphrase": "^1.4.0"
}
}

0 comments on commit 9b12e8d

Please sign in to comment.