generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (push) Successful in 2m6s
24 lines
488 B
JSON
24 lines
488 B
JSON
{
|
|
"name": "forms",
|
|
"version": "1.0.0",
|
|
"description": "Application for managing and submitting our various forms!",
|
|
"main": "index.js",
|
|
"packageManager": "pnpm@10.0.0",
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"start": "turbo start",
|
|
"lint": "turbo lint",
|
|
"test": "turbo test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"prisma": "6.3.1",
|
|
"turbo": "2.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "6.3.1"
|
|
}
|
|
}
|