mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"name": "@trawl/browser",
|
|
"version": "1.4.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@trawl/types": "workspace:*",
|
|
"camoufox-js": "0.12.0",
|
|
"playwright-core": "1.60.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^7.0.2",
|
|
"@types/bun": "^1.3.14",
|
|
"patchright": "^1.61.1"
|
|
}
|
|
}
|