{
"name": "noxid-app",
"private": true,
"type": "module",
"engines": {
"node": ">=22.16"
},
"scripts": {
"test": "noxid test --gate",
"build": "noxid build . --out-dir dist",
"deploy": "noxid adapt . --adapter node --out-dir dist"
},
"dependencies": {
"drizzle-orm": "0.45.2",
"postgres": "3.4.9"
}
}