Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Feb 11, 2021
1 parent a0533bc commit bd49c76
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kaspa/wallet-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "Kaspa Command Line Wallet Interface",
"main": "kaspa-wallet.js",
"preferGlobal": true,
@@ -15,11 +15,6 @@
"license": "ISC",
"dependencies": {
"@aspectron/flow-async": "^1.0.0",
"@grpc/grpc-js": "*",
"@grpc/proto-loader": "*",
"@types/request": "^2.48.5",
"bitcore-lib-cash": "^8.23.1",
"blake2": "^4.0.2",
"blake2b-wasm": "^2.1.0",
"cli-progress": "^3.9.0",
"commander": "^6.2.0",
@@ -28,6 +23,12 @@
"@kaspa/grpc-node": "*",
"@kaspa/wallet": "*"
},
"devDependencies": {
"typescript": "*",
"ts-node": "^9.0.0",
"@types/node": "^14.14.9",
"@types/request": "^2.48.5"
},
"files": [
"kaspa-rpc.js",
"kaspa-wallet.js",

0 comments on commit bd49c76

Please sign in to comment.