mirror of
https://github.com/aljazceru/Auditor.git
synced 2025-12-17 03:24:18 +01:00
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"eslint": "9.35.0",
|
|
"@typescript-eslint/parser": "8.42.0",
|
|
"@typescript-eslint/eslint-plugin": "8.42.0",
|
|
"typescript": "5.9.2",
|
|
"prettier": "3.6.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit",
|
|
"format": "prettier -c ."
|
|
}
|
|
}
|