generated from nhcarrigan/template
feat: we have a functional prototype
This commit is contained in:
+11
-10
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user