Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
chore: remove unnecesary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Jan 23, 2024
1 parent 0fcadbc commit bec8ce1
Show file tree
Hide file tree
Showing 2 changed files with 292 additions and 1,006 deletions.
20 changes: 2 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,23 @@
"eslint": "^7.0.0",
"jest": "^26.1.0",
"lodash": "^4.17.21",
"strip-ansi": "^7.0.0",
"strip-ansi-cli": "^3.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"analytics-node": "^6.1.0",
"ascii-table": "0.0.9",
"bn.js": "^5.1.1",
"bs58": "^4.0.1",
"chalk": "^4.0.0",
"flagged-respawn": "^1.0.1",
"is-ci": "^2.0.0",
"jest-environment-node": "^27.0.6",
"near-api-js": "^0.44.2",
"near-seed-phrase": "^0.2.0",
"open": "^8.0.7",
"random-words": "^2.0.0",
"rimraf": "^3.0.0",
"stoppable": "^1.1.0",
"tcp-port-used": "^1.0.1",
"tcp-port-used": "^1.0.2",
"update-notifier": "^5.0.0",
"uuid": "^8.0.0",
"v8flags": "^3.1.3",
"yargs": "^16.0.3"
},
"optionalDependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.1.0",
"near-ledger-js": "^0.2.0"
},
"keywords": [
"blockchain",
"crypto",
Expand All @@ -76,9 +63,6 @@
"commands",
"middleware",
"utils",
"config.js",
"get-config.js",
"test_environment.js",
"context"
"config.js"
]
}
Loading

0 comments on commit bec8ce1

Please sign in to comment.