Skip to content

Commit

Permalink
deps: smaller package
Browse files Browse the repository at this point in the history
  • Loading branch information
zachblume committed Jun 28, 2024
1 parent 4fad49e commit df1d26c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 50 deletions.
67 changes: 20 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autospecai",
"version": "0.0.13",
"version": "0.0.14",
"description": "Open-source AI agent that autonomously QAs and generates E2E test specs for your web app",
"bin": {
"autospecai": "src/cli.js"
Expand Down Expand Up @@ -31,12 +31,10 @@
"@ai-sdk/anthropic": "^0.0.19",
"@ai-sdk/google": "^0.0.20",
"@ai-sdk/openai": "^0.0.24",
"@playwright/test": "^1.44.1",
"ai": "^3.1.31",
"canvas": "^2.11.2",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"fluent-ffmpeg": "^2.1.3",
"inquirer": "^9.2.23",
"playwright": "^1.44.1",
"strip-ansi": "^7.1.0",
Expand All @@ -46,6 +44,7 @@
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@eslint/js": "^9.4.0",
"@playwright/test": "^1.45.0",
"babel-jest": "^29.7.0",
"eslint": "^9.4.0",
"globals": "^15.4.0",
Expand Down

0 comments on commit df1d26c

Please sign in to comment.