d7002057d7
This PR moves the tldraw.com app into the public repo. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2] --------- Co-authored-by: Dan Groshev <git@dgroshev.com> Co-authored-by: alex <alex@dytry.ch>
24 lines
524 B
JSON
24 lines
524 B
JSON
{
|
|
"name": "@tldraw/bookmark-extractor",
|
|
"description": "A tiny little drawing app (merge server).",
|
|
"version": "2.0.0-alpha.11",
|
|
"private": true,
|
|
"packageManager": "yarn@3.5.0",
|
|
"author": {
|
|
"name": "tldraw GB Ltd.",
|
|
"email": "hello@tldraw.com"
|
|
},
|
|
"scripts": {
|
|
"lint": "yarn run -T tsx ../../scripts/lint.ts"
|
|
},
|
|
"dependencies": {
|
|
"@types/cors": "^2.8.15",
|
|
"cors": "^2.8.5",
|
|
"grabity": "^1.0.5",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"lazyrepo": "0.0.0-alpha.27",
|
|
"typescript": "^5.0.2"
|
|
}
|
|
}
|