|
17 | 17 | "publishConfig": { |
18 | 18 | "access": "public" |
19 | 19 | }, |
| 20 | + "engines": { |
| 21 | + "node": "^20" |
| 22 | + }, |
20 | 23 | "files": [ |
21 | 24 | "dist", |
22 | 25 | "src", |
|
66 | 69 | "docs": "docgen generate --typedoc-options ./typedoc.json", |
67 | 70 | "docs:ci": "bun docs --unsafe" |
68 | 71 | }, |
69 | | - "dependencies": { |
70 | | - "@blaze-cardano/core": "0.7.0", |
71 | | - "@blaze-cardano/sdk": "0.2.43", |
72 | | - "@blaze-cardano/data": "0.6.4", |
73 | | - "@sundaeswap/asset": "1.0.11", |
74 | | - "@sundaeswap/bigint-math": "0.6.3", |
| 72 | + "peerDependencies": { |
| 73 | + "@blaze-cardano/core": "catalog:", |
| 74 | + "@blaze-cardano/sdk": "catalog:", |
| 75 | + "@blaze-cardano/data": "catalog:", |
| 76 | + "@sundaeswap/asset": "catalog:", |
| 77 | + "@sundaeswap/bigint-math": "catalog:", |
75 | 78 | "@sundaeswap/math": "workspace:*", |
76 | | - "@sundaeswap/fraction": "1.0.8" |
| 79 | + "@sundaeswap/fraction": "catalog:" |
77 | 80 | }, |
78 | 81 | "devDependencies": { |
79 | | - "@blaze-cardano/emulator": "0.3.34", |
80 | | - "@types/jest": "^28.1.3", |
81 | | - "@types/node": "^18.11.18" |
| 82 | + "@blaze-cardano/emulator": "catalog:", |
| 83 | + "@types/jest": "catalog:", |
| 84 | + "@types/node": "catalog:", |
| 85 | + "@blaze-cardano/core": "catalog:", |
| 86 | + "@blaze-cardano/sdk": "catalog:", |
| 87 | + "@blaze-cardano/data": "catalog:", |
| 88 | + "@sundaeswap/asset": "catalog:", |
| 89 | + "@sundaeswap/bigint-math": "catalog:", |
| 90 | + "@sundaeswap/math": "workspace:*", |
| 91 | + "@sundaeswap/fraction": "catalog:" |
82 | 92 | }, |
83 | 93 | "gitHead": "ddc937102065a5a581fe7affe02474c0e68ad9a0" |
84 | 94 | } |
0 commit comments