mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 06:57:17 -05:00
19 lines
502 B
JSON
19 lines
502 B
JSON
{
|
|
"name": "blackroad-operating-system-meta",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "echo \"No runtime app in meta repo\"",
|
|
"build": "tsc --noEmit",
|
|
"start": "echo \"Meta repo has no start command\"",
|
|
"lint": "eslint . --ext .ts,.js || true",
|
|
"test": "echo \"No automated tests yet\"",
|
|
"check:health": "ts-node tools/health-check.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.7",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|