Picotron-TypeScript/package.json
2025-12-28 14:09:34 +01:00

22 lines
465 B
JSON

{
"scripts": {
"check": "tsc -noEmit -skipLibCheck && madge -c src/main.ts",
"build": "pnpm check && tstl",
"dev": "pnpm check && tstl --watch"
},
"devDependencies": {
"@typescript-to-lua/language-extensions": "^1.19.0",
"madge": "^8.0.0",
"prettier": "^3.7.0",
"typescript": "^5.9.3",
"typescript-to-lua": "^1.33.0"
},
"madge": {
"detectiveOptions": {
"ts": {
"skipTypeImports": true
}
}
}
}