We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8847f9 commit 5ce2563Copy full SHA for 5ce2563
README.md
@@ -22,7 +22,7 @@ This library is inspired by the HTTP interface in Spring 6 and provides a simila
22
## Requirements
23
24
- Node.js 18 or later (because this library uses `fetch` internally)
25
-- Nest.js
+- Nest.js 8 or later
26
27
## Installation
28
package.json
@@ -54,6 +54,12 @@
54
"typescript": "^5.0.4",
55
"vitest": "^0.30.1"
56
},
57
+ "peerDependencies": {
58
+ "@nestjs/common": "^8.0.0",
59
+ "@nestjs/core": "^8.0.0",
60
+ "class-transformer": "*",
61
+ "reflect-metadata": "*"
62
+ },
63
"lint-staged": {
64
"*.ts": "eslint --fix"
65
0 commit comments