25 lines
524 B
JSON
25 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"
|
||
|
}
|
||
|
}
|