factuges_2025/package.json

23 lines
494 B
JSON
Raw Normal View History

2025-04-27 20:47:47 +00:00
{
"name": "erp2025",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean && rm -rf node_modules",
"dev": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"test": "turbo run test"
},
"devDependencies": {
"prettier": "^3.5.3",
"turbo": "^2.5.2",
"eslint": "^9.25.1"
},
"engines": {
"node": ">=22.13.1"
},
"packageManager": "pnpm@10.9.0"
}