Skip to content

Commit

Permalink
Removed useless packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobMaster41 committed Jun 21, 2024
1 parent 7e84f3c commit 0601434
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@btc-vision/bsi-binary",
"version": "1.0.18",
"version": "1.0.19",
"author": "BlobMaster41",
"description": "OPNet official buffer serialization and deserialization library",
"main": "build/index.js",
Expand Down Expand Up @@ -37,26 +37,21 @@
"@types/node": "^20.11.30",
"@types/sha.js": "^2.4.4",
"eslint": "^8.57.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"@jest/types": "^29.6.3",
"jest": "^29.7.0",
"@types/debug": "^4.1.12",
"prettier": "3.2.5",
"typescript": "^5.4.3",
"ts-jest": "^29.1.2",
"typescript-eslint": "^7.4.0"
},
"dependencies": {
"@jest/types": "^29.6.3",
"@types/cors": "^2.8.17",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"babel-plugin-transform-import-meta": "^2.2.1",
"ecpair": "^2.1.0",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-logger": "^0.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"gulplog": "^2.2.0",
"sha.js": "^2.4.11",
"tiny-secp256k1": "^2.2.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
},
"repository": {
Expand Down

0 comments on commit 0601434

Please sign in to comment.