mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 00:26:31 -06:00
Just a commit point while I'm testing stuff. Already decided at this point to simplify and revert away from PayloadCMS.
26 lines
526 B
JSON
26 lines
526 B
JSON
{
|
|
"name": "@xevion/db",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"type-check": "tsc --noEmit",
|
|
"clean": "rm -rf dist .turbo node_modules *.tsbuildinfo"
|
|
},
|
|
"dependencies": {
|
|
"drizzle-orm": "0.44.7",
|
|
"@payloadcms/db-postgres": "^3.69.0"
|
|
},
|
|
"devDependencies": {
|
|
"@xevion/typescript-config": "workspace:*"
|
|
}
|
|
}
|