Files
SnapOtter/packages/ai/package.json
T
SnapOtter 9a61cb6af1 chore(deps-dev): bump the dev-deps group with 10 updates (#238)
Bumps @biomejs/biome, @testcontainers/postgresql, @testcontainers/redis,
@tailwindcss/vite, @types/node, @types/react, @types/yauzl, tailwindcss,
semantic-release, turbo.
2026-06-15 15:03:19 +08:00

23 lines
465 B
JSON

{
"name": "@snapotter/ai",
"version": "1.17.1",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"dependencies": {
"@opentelemetry/api": "^1.9.1",
"@snapotter/shared": "workspace:*",
"sharp": "^0.35.1"
},
"devDependencies": {
"@types/node": "^22.19.21",
"typescript": "^5.7.0"
},
"license": "AGPL-3.0"
}