Skip to content

Commit

Permalink
moved to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
notTanveer committed Oct 7, 2024
1 parent e188dd9 commit 036847e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,12 @@
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.3.7",
"axios": "^1.7.2",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"currency.js": "^2.0.4",
"js-yaml": "^4.1.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"secp256k1": "^5.0.0",
"sqlite3": "^5.1.7",
"tiny-secp256k1": "^2.2.3",
"typeorm": "^0.3.20"
},
"devDependencies": {
Expand All @@ -61,6 +57,9 @@
"@types/supertest": "^2.0.11",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"eslint": "^8.0.1",
Expand All @@ -74,6 +73,7 @@
"run-script-webpack-plugin": "^0.2.0",
"source-map-support": "^0.5.20",
"supertest": "^6.1.3",
"tiny-secp256k1": "^2.2.3",
"ts-jest": "29.0.5",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
Expand Down

0 comments on commit 036847e

Please sign in to comment.