Files
SnapOtter/packages/ai/package.json
T

24 lines
495 B
JSON
Raw Normal View History

2026-03-22 02:44:46 +08:00
{
"name": "@snapotter/ai",
2026-07-27 22:09:31 +08:00
"version": "2.2.0",
2026-03-22 02:44:46 +08:00
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"lint": "biome check src/"
2026-03-22 02:44:46 +08:00
},
"dependencies": {
"@opentelemetry/api": "^1.9.1",
"@snapotter/shared": "workspace:*",
2026-07-06 18:39:08 +08:00
"sharp": "^0.35.3"
2026-03-22 02:44:46 +08:00
},
"devDependencies": {
"@types/node": "^22.20.1",
2026-03-22 02:44:46 +08:00
"typescript": "^5.7.0"
2026-04-03 23:07:58 +08:00
},
"license": "AGPL-3.0"
2026-03-22 02:44:46 +08:00
}