20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "lerna run build",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.8.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.11.0",
|
|
"@typescript-eslint/parser": "^8.11.0",
|
|
"eslint": "^9.13.0",
|
|
"lerna": "^8.1.8",
|
|
"prettier": "^3.3.3",
|
|
"tsc-watch": "^6.2.0",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|