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.
18 lines
355 B
JSON
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"
|
|
}
|
|
}
|