Files
trawl/packages/browser/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

21 lines
417 B
JSON

{
"name": "@trawl/browser",
"version": "1.0.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@trawl/types": "workspace:*",
"camoufox-js": "^0.11.1",
"playwright-core": "^1.61.1",
"patchright": "^1.61.1"
},
"devDependencies": {
"typescript": "^7.0.2",
"@types/bun": "^1.3.14"
}
}