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>
22 lines
422 B
JSON
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:"
|
|
}
|
|
}
|