Files
trawl/apps/api/package.json
T
germondai 6f96285544 chore(release): bump to 1.0.0 and backfill versioned changelog history
Splits the single [Unreleased] CHANGELOG block into dated 0.1.0-1.0.0
sections matching the milestone commits being tagged for issue #24
(numeric release tags), and bumps every package.json to 1.0.0.
2026-07-10 21:11:04 +02:00

23 lines
495 B
JSON

{
"name": "@trawl/api",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@trawl/browser": "workspace:*",
"@trawl/tiers": "workspace:*",
"@trawl/types": "workspace:*",
"camoufox-js": "0.11.1",
"elysia": "^1.4.29",
"memoirist": "1.1.0"
},
"devDependencies": {
"typescript": "^7.0.2",
"@types/bun": "^1.3.14"
}
}