mirror of
https://github.com/germondai/trawl.git
synced 2026-08-17 12:11:23 +02:00
feat: initialize browser automation package
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@trawl/browser",
|
||||
"version": "0.1.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": "^6.0.3",
|
||||
"@types/bun": "^1.3.14"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"paths": {
|
||||
"@trawl/types": ["../types/src/index.ts"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "../types/src"]
|
||||
}
|
||||
Reference in New Issue
Block a user