Files
9router/tests/package.json
huuanh20 baebc9a06e docs(i18n): fix port typo and add RTK Token Saver features
Fix port 201281 -> 20128/v1 typo in README.zh-CN.md diagram, add
RTK Token Saver mention to README.vi.md/README.zh-CN.md, update
Tier 3 free providers to 2026 lineup, and drop hardcoded /tmp
node_modules path from tests/package.json and tests/README.md.
2026-08-05 11:55:02 +07:00

18 lines
355 B
JSON

{
"name": "9router-tests",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Unit tests for 9router embeddings endpoint",
"scripts": {
"test": "vitest run --reporter=verbose",
"test:watch": "vitest --reporter=verbose"
},
"devDependencies": {
"vitest": "^4.0.0"
},
"engines": {
"node": ">=18"
}
}