Files
lucinda/package.json
T
minori 836cb6e6a8
Node.js CI / CI (pull_request) Successful in 49s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m17s
deps: update turbo to 2.8.8
2026-02-24 07:02:07 -08:00

27 lines
531 B
JSON

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