Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Feb 14, 2023
1 parent d9ee04e commit 8a61c0c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

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

31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
{
"name": "fireblocks-json-rpc",
"version": "0.2.0",
"name": "@fireblocks/fireblocks-json-rpc",
"version": "0.0.1",
"description": "",
"repository": "github:fireblocks/fireblocks-web3-provider",
"author": "Fireblocks",
"license": "MIT",
"keywords": [
"ethereum",
"smart-contracts",
"wallet",
"fireblocks",
"jsonrpc",
"web3",
"crypto",
"cryptocurrency",
"dapp",
"evm"
],
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
Expand All @@ -13,23 +28,11 @@
"bin": {
"fireblocks-json-rpc": "./dist/src/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/fireblocks/tech/incubation/fireblocks-json-rpc.git"
},
"files": [
"dist/",
"src/",
"LICENSE",
"README.md"
],
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/fireblocks/tech/incubation/fireblocks-json-rpc/issues"
},
"homepage": "https://gitlab.com/fireblocks/tech/incubation/fireblocks-json-rpc#readme",
"dependencies": {
"@fireblocks/fireblocks-web3-provider": "^1.1.3",
"commander": "^9.4.1",
Expand Down

0 comments on commit 8a61c0c

Please sign in to comment.