26 lines
530 B
JSON
26 lines
530 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.24.0",
|
|
"@typescript-eslint/parser": "^8.24.0",
|
|
"eslint": "^9.20.1",
|
|
"lerna": "^8.1.9",
|
|
"prettier": "^3.5.1",
|
|
"tsc-watch": "^6.2.1",
|
|
"typescript": "5.7.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"nx",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|