forms/package.json
Naomi Carrigan 439df9968a
All checks were successful
Node.js CI / Lint and Test (push) Successful in 2m6s
release: v1.0.0
2025-02-17 14:03:45 -08:00

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"
}
}