Files
vitalia/package.json
minori d4e0cee8fe
Node.js CI / CI (pull_request) Failing after 25s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m26s
deps: update turbo to 2.8.11
2026-03-07 07:01:22 -08:00

27 lines
532 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.8.11"
},
"dependencies": {
"@prisma/client": "6.7.0"
}
}