citadel-realms/package.json
2024-11-12 17:26:26 -05:00

13 lines
212 B
JSON

{
"name": "Realms",
"version": "1.0.0",
"main": "src/main.ts",
"dependencies": {
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc --strict",
"typecheck": "tsc --strict --noEmit"
}
}