Files
vitalia/package.json
T
minori fe84b4ff3c
Node.js CI / CI (pull_request) Successful in 48s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m41s
deps: update turbo to 2.8.2
2026-02-13 07:04:33 -08:00

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