trails/packages/gpx/package.json
Ullrich Schäfer d9eee37e39
build(deps): bump the production group across 1 directory with 35 updates
Bumps 35 dependencies in the production group; lockfile regenerated and deduped against latest main.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-13 09:29:56 +02:00

22 lines
422 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",
"lint": "eslint .",
"typecheck": "tsc"
},
"dependencies": {
"@trails-cool/types": "workspace:*",
"linkedom": "^0.18.13"
},
"devDependencies": {
"@types/node": "catalog:"
}
}