|
@@ -15,7 +15,8 @@
|
|
|
"glob": "^10.3.10",
|
|
|
"inquirer": "^9.2.12",
|
|
|
"playwright": "*",
|
|
|
- "prettier": "^3.1.0"
|
|
|
+ "prettier": "^3.1.0",
|
|
|
+ "zod": "^3.22.4"
|
|
|
},
|
|
|
"bin": {
|
|
|
"gpt-crawler": "dist/src/cli.js"
|
|
@@ -3476,6 +3477,14 @@
|
|
|
"funding": {
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
+ },
|
|
|
+ "node_modules/zod": {
|
|
|
+ "version": "3.22.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz",
|
|
|
+ "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/colinhacks"
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|