trails/packages/gpx/package.json
Ullrich Schäfer 805ac86935
Some checks failed
CI / Dockerfile Package Check (push) Successful in 29s
CI / OpenSpec Validate (push) Successful in 3m2s
CI / Security Scan (push) Successful in 3m40s
CI / Typecheck (push) Successful in 3m25s
CI / Lint (push) Successful in 4m27s
CI / Unit Tests (push) Successful in 4m22s
CI / Build (push) Successful in 3m23s
CI / Journal Image Smoke Test (push) Failing after 3m38s
CI / E2E Tests (push) Failing after 2m24s
CI / Visual Tests (push) Successful in 49m14s
ci(forgejo): bump gpx test timeout (heavy fit-parser cold import)
Same runner cold-import slowness as @trails-cool/db: the gpx→fit round-trip
test's import exceeds vitest's 5s default under CI CPU contention.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 18:11:45 +02:00

22 lines
442 B
JSON

{
"name": "@trails-cool/gpx",
"version": "0.0.1",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"test": "vitest run --testTimeout=20000",
"lint": "eslint .",
"typecheck": "tsc"
},
"dependencies": {
"@trails-cool/types": "workspace:*",
"linkedom": "^0.18.13"
},
"devDependencies": {
"@types/node": "catalog:"
}
}