jmou/yakatak
git clone https://github.com/jmou/yakatak.git
git clone git@github.com:jmou/yakatak.git
Loading…
(top)/db/package.json
language: JSON
364 Bytes / 18 lines / 18 loc
History
View raw
{
  "name": "@yakatak/db",
  "private": true,
  "type": "module",
  "exports": {
    ".": "./src/index.ts"
  },
  "dependencies": {
    "@yakatak/operation": "workspace:*",
    "@yakatak/shared": "workspace:*",
    "better-sqlite3": "^12.5.0",
    "kysely": "^0.27.6"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.0",
    "@types/node": "*"
  }
}