amical/packages/y-libsql/package.json
Haritabh a128ec7972
Feat/notes init (#40)
* feat: notes init

* Feat/notes page (#39)

* wip: notes page ui added

* notes page basic ui done

* wip: page UI

* minor cleanup

* todo comments added for easy ref for backend wiring

---------

Co-authored-by: amadeus-x1 <45001978+amadeus-x1@users.noreply.github.com>

* feat: wire up notes

---------

Co-authored-by: amadeus-x1 <45001978+amadeus-x1@users.noreply.github.com>
2025-09-10 16:13:33 +05:30

24 lines
504 B
JSON

{
"name": "@amical/y-libsql",
"version": "0.1.0",
"description": "LibSQL persistence provider for Yjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"dependencies": {
"@libsql/client": "^0.15.9",
"yjs": "^13.6.18",
"minimatch": "10.0.3"
},
"devDependencies": {
"@types/node": "^20.14.9",
"typescript": "^5.5.2"
},
"peerDependencies": {
"yjs": "^13.6.0"
}
}