Browse Source

refactor: add zod

Igor Perzic 1 year ago
parent
commit
bd068122ac
2 changed files with 12 additions and 2 deletions
  1. 10 1
      package-lock.json
  2. 2 1
      package.json

+ 10 - 1
package-lock.json

@@ -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"
+      }
     }
   }
 }

+ 2 - 1
package.json

@@ -12,7 +12,8 @@
     "glob": "^10.3.10",
     "inquirer": "^9.2.12",
     "playwright": "*",
-    "prettier": "^3.1.0"
+    "prettier": "^3.1.0",
+    "zod": "^3.22.4"
   },
   "devDependencies": {
     "@apify/tsconfig": "^0.1.0",