Skip to content

Commit

Permalink
clean up typescript deps
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwey committed Jul 24, 2023
1 parent 387689f commit 19428f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
7 changes: 2 additions & 5 deletions typescript/package-lock.json

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

5 changes: 1 addition & 4 deletions typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "starpoint",
"author": "pointable <package-maintainers@pointable.ai>",
"version": "0.3.1",
"version": "0.3.2",
"description": "TypeScript API for starpoint.ai",
"source": "src/index.ts",
"main": "dist/main.js",
Expand All @@ -25,11 +25,8 @@
"test": "jest"
},
"dependencies": {
"@types/jest": "^29.5.3",
"axios": "^1.3.5",
"openai": "^3.3.0",
"jest": "^29.6.1",
"uuid": "^9.0.0",
"validator": "^13.9.0"
}
}

0 comments on commit 19428f0

Please sign in to comment.