wip: implement add bookmark

This commit is contained in:
2025-05-07 23:09:14 +01:00
parent 9f00c9bb29
commit d3638ffc80
16 changed files with 409 additions and 38 deletions

View File

@@ -8,13 +8,16 @@
"private": true,
"devDependencies": {
"@types/bun": "^1.2.12",
"@types/jsdom": "^21.1.7",
"@types/uid-safe": "^2.1.5"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"arktype": "^2.1.20",
"jsdom": "^26.1.0",
"uid-safe": "^2.1.5",
"ulid": "^3.0.0"
}