mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
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.
21 lines
417 B
JSON
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"
|
|
}
|
|
}
|