2026-02-27 01:37:40 +09:00
|
|
|
{
|
2026-03-17 16:41:02 +09:00
|
|
|
"name": "hashline-edit-tests",
|
2026-02-27 01:37:40 +09:00
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
2026-03-17 16:41:02 +09:00
|
|
|
"description": "Hashline edit tool integration tests using Vercel AI SDK",
|
2026-02-27 01:37:40 +09:00
|
|
|
"scripts": {
|
2026-03-17 16:41:02 +09:00
|
|
|
"test:basic": "bun run test-edit-ops.ts",
|
|
|
|
|
"test:edge": "bun run test-edge-cases.ts",
|
|
|
|
|
"test:multi": "bun run test-multi-model.ts",
|
|
|
|
|
"test:all": "bun run test:basic && bun run test:edge"
|
2026-02-27 01:37:40 +09:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-17 16:41:02 +09:00
|
|
|
"@ai-sdk/openai-compatible": "^2.0.35",
|
2026-03-11 15:19:39 +09:00
|
|
|
"ai": "^6.0.94",
|
2026-02-27 01:37:40 +09:00
|
|
|
"zod": "^4.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|