{ "name": "@tldraw/bookmark-extractor", "description": "A tiny little drawing app (merge server).", "version": "2.0.0-alpha.11", "private": true, "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" }, "scripts": { "run-local": "vercel dev", "lint": "yarn run -T tsx ../../scripts/lint.ts" }, "dependencies": { "cheerio": "1.0.0-rc.12", "cors": "^2.8.5" }, "devDependencies": { "@types/cheerio": "0.22.33", "@types/cors": "^2.8.15", "lazyrepo": "0.0.0-alpha.27", "tslib": "^2.6.2", "typescript": "^5.3.3", "vercel": "^34.2.4" } }