29 lines
698 B
JSON
29 lines
698 B
JSON
{
|
|
"scripts": {
|
|
"check": "tsc -noEmit -skipLibCheck && madge -c src/main.ts",
|
|
"build": "pnpm check && tstl",
|
|
"dev": "pnpm check && tstl --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.52.0",
|
|
"@typescript-eslint/parser": "^8.52.0",
|
|
"@typescript-to-lua/language-extensions": "^1.19.0",
|
|
"eslint": "^9.39.2",
|
|
"globals": "^17.0.0",
|
|
"jiti": "^2.6.1",
|
|
"madge": "^8.0.0",
|
|
"prettier": "^3.7.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.53.0",
|
|
"typescript-to-lua": "^1.33.0"
|
|
},
|
|
"madge": {
|
|
"detectiveOptions": {
|
|
"ts": {
|
|
"skipTypeImports": true
|
|
}
|
|
}
|
|
}
|
|
}
|