13 lines
212 B
JSON
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"
|
|
}
|
|
}
|