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