|
1 | 1 | { |
2 | 2 | "name": "hathor-wallet-service", |
3 | | - "version": "1.5.0", |
| 3 | + "version": "1.6.2", |
4 | 4 | "workspaces": [ |
| 5 | + "packages/common", |
5 | 6 | "packages/daemon", |
6 | 7 | "packages/wallet-service" |
7 | 8 | ], |
|
11 | 12 | "nohoist": [ |
12 | 13 | "**" |
13 | 14 | ], |
14 | | - "repository": "git@github.com:HathorNetwork/hathor-wallet-service-sync_daemon.git", |
| 15 | + "repository": "git@github.com:HathorNetwork/hathor-wallet-service.git", |
15 | 16 | "author": "André Abadesso <andre.abadesso@gmail.com>", |
16 | 17 | "private": true, |
17 | 18 | "devDependencies": { |
18 | | - "dotenv": "^16.3.1", |
19 | | - "mysql2": "^3.6.1", |
20 | | - "sequelize": "^6.33.0", |
21 | | - "sequelize-cli": "^6.6.1" |
| 19 | + "@types/jest": "^29.5.12", |
| 20 | + "@typescript-eslint/eslint-plugin": "^7.4.0", |
| 21 | + "@typescript-eslint/parser": "^7.4.0", |
| 22 | + "dotenv": "^16.4.5", |
| 23 | + "eslint": "^8.57.0", |
| 24 | + "eslint-config-airbnb-base": "^15.0.0", |
| 25 | + "eslint-plugin-import": "^2.29.1", |
| 26 | + "eslint-plugin-jest": "^27.9.0", |
| 27 | + "mysql2": "^3.9.3", |
| 28 | + "sequelize": "^6.37.2", |
| 29 | + "sequelize-cli": "^6.6.2" |
22 | 30 | }, |
23 | | - "packageManager": "yarn@4.1.0" |
| 31 | + "packageManager": "yarn@4.1.0", |
| 32 | + "dependencies": { |
| 33 | + "@aws-sdk/client-apigatewaymanagementapi": "3.540.0", |
| 34 | + "@aws-sdk/client-lambda": "3.540.0", |
| 35 | + "@aws-sdk/client-sqs": "3.540.0", |
| 36 | + "@hathor/wallet-lib": "0.39.0", |
| 37 | + "@wallet-service/common": "1.5.0", |
| 38 | + "bip32": "^4.0.0", |
| 39 | + "bitcoinjs-lib": "^6.1.5", |
| 40 | + "bitcoinjs-message": "^2.2.0", |
| 41 | + "jest": "^29.7.0", |
| 42 | + "tiny-secp256k1": "^2.2.3", |
| 43 | + "winston": "3.13.0" |
| 44 | + } |
24 | 45 | } |
0 commit comments