diff --git a/package.json b/package.json index 777f5dd..685c71c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "dlc-btc-lib", - "version": "1.0.2", + "version": "1.0.3", "description": "This library provides a comprehensive set of interfaces and functions for minting dlcBTC tokens on supported blockchains.", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -39,22 +39,22 @@ "author": "DLC.Link", "license": "ISC", "devDependencies": { + "@ledgerhq/hw-transport-node-hid": "^6.28.6", + "@ledgerhq/hw-transport-webusb": "^6.28.6", + "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/prompts": "^2.4.9", "concurrently": "^8.2.2", "eslint": "^9.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", + "lint": "^0.8.19", + "ls-lint": "^0.1.2", "prettier": "^3.2.5", + "prettier-eslint": "^16.3.0", "ts-node": "^10.9.2", - "typescript": "4.7.4", - "typescript-eslint": "^7.7.0", - "@ledgerhq/hw-transport-node-hid": "^6.28.6", - "@ledgerhq/hw-transport-webusb": "^6.28.6", "typecheck": "^0.1.2", - "prettier-eslint": "^16.3.0", - "lint": "^0.8.19", - "ls-lint": "^0.1.2", - "@trivago/prettier-plugin-sort-imports": "^4.3.0" + "typescript": "4.7.4", + "typescript-eslint": "^7.7.0" }, "dependencies": { "@ledgerhq/hw-app-btc": "^10.2.4",