generated from nhcarrigan/template
feat: we have a functional prototype
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "forms-api",
|
||||
"version": "0.0.0",
|
||||
"description": "The API for all of our web forms.",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"lint": "eslint src --max-warnings 0",
|
||||
"start": "op run --env-file=prod.env --no-masking -- node prod/index.js",
|
||||
"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",
|
||||
"@repo/types": "../packages/types",
|
||||
"@types/node": "22.13.4",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"eslint": "9.20.1",
|
||||
"prisma": "6.3.1",
|
||||
"typescript": "5.7.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nhcarrigan/logger": "1.0.0",
|
||||
"@prisma/client": "6.3.1",
|
||||
"fastify": "5.2.1",
|
||||
"nodemailer": "6.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user