autokap 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "autokap",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "AI-powered CLI tool for capturing clean screenshots of websites",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -150,19 +150,19 @@
|
|
|
150
150
|
"license": "ISC",
|
|
151
151
|
"homepage": "https://autokap.app",
|
|
152
152
|
"dependencies": {
|
|
153
|
-
"@supabase/supabase-js": "^2.100.1",
|
|
154
|
-
"@types/ws": "^8.18.1",
|
|
155
153
|
"chalk": "^5.6.2",
|
|
156
154
|
"commander": "^14.0.3",
|
|
157
|
-
"dotenv": "^17.3.1",
|
|
158
|
-
"openai": "^6.25.0",
|
|
159
155
|
"playwright": "^1.58.2",
|
|
160
|
-
"posthog-node": "^5.26.2",
|
|
161
156
|
"sharp": "^0.34.5",
|
|
162
157
|
"ws": "^8.20.0"
|
|
163
158
|
},
|
|
164
159
|
"devDependencies": {
|
|
160
|
+
"@supabase/supabase-js": "^2.100.1",
|
|
165
161
|
"@types/node": "^25.3.3",
|
|
162
|
+
"@types/ws": "^8.18.1",
|
|
163
|
+
"dotenv": "^17.3.1",
|
|
164
|
+
"openai": "^6.25.0",
|
|
165
|
+
"posthog-node": "^5.26.2",
|
|
166
166
|
"tsx": "^4.21.0",
|
|
167
167
|
"typescript": "^5.9.3",
|
|
168
168
|
"vitest": "^4.0.18"
|