feat: we have a functional prototype

This commit is contained in:
2025-02-17 02:43:15 -08:00
parent 107f54d269
commit 2f08f1ed18
142 changed files with 12012 additions and 96 deletions
+11 -10
View File
@@ -1,22 +1,23 @@
{
"name": "forms-api",
"name": "forms",
"version": "0.0.0",
"description": "The API for all of our web forms.",
"description": "Application for managing and submitting our various forms!",
"main": "index.js",
"packageManager": "pnpm@10.0.0",
"scripts": {
"build": "tsc",
"lint": "eslint src --max-warnings 0",
"start": "op run --env-file=prod.env --no-masking -- node prod/index.js",
"build": "turbo build",
"start": "turbo start",
"lint": "turbo lint",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nhcarrigan/eslint-config": "5.2.0",
"@nhcarrigan/typescript-config": "4.0.0",
"@types/node": "22.13.4",
"eslint": "9.20.1",
"typescript": "5.7.3"
"prisma": "6.3.1",
"turbo": "2.4.2"
},
"dependencies": {
"@prisma/client": "6.3.1"
}
}