generated from nhcarrigan/template
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 34s
27 lines
531 B
JSON
27 lines
531 B
JSON
{
|
|
"name": "vitalia",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.10.0",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"eslint": "9.26.0",
|
|
"prisma": "6.7.0",
|
|
"turbo": "2.5.3"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "6.7.0"
|
|
}
|
|
}
|