citadel-realms/package.json

13 lines
212 B
JSON
Raw Normal View History

2024-11-12 17:12:37 -05:00
{
"name": "Realms",
"version": "1.0.0",
"main": "src/main.ts",
"dependencies": {
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc --strict",
"typecheck": "tsc --strict --noEmit"
}
}