all the haul

This commit is contained in:
2026-04-07 23:56:31 +00:00
parent 87cce83030
commit 24f303355b
244 changed files with 33743 additions and 11249 deletions
+10 -3
View File
@@ -2,20 +2,27 @@
"name": "dalpuri",
"module": "src/index.ts",
"type": "module",
"private": true,
"exports": {
".": {
"import": "./src/index.ts"
}
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5.9.2"
},
"scripts": {
"dev": "NODE_ENV=development bun --watch src/index.ts",
"db:generate": "bunx prisma generate",
"export:products": "bun run src/export-products.ts"
"export:products": "bun run src/export-products.ts",
"sync:cw-to-api": "bun run src/sync.ts",
"sync:table": "bun run src/sync-table-updates.ts"
},
"dependencies": {
"@prisma/adapter-mssql": "^7.5.0",
"@prisma/adapter-pg": "^7.5.0",
"@prisma/client": "^7.5.0",
"prisma": "^7.5.0",
"socket.io": "^4.8.3"