blob: 346345178756c00f5712f65ffc008f0eb1bb0643 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "land-and-freedom",
"version": "1.0.0",
"description": "Land and Freedom for RTT",
"main": "rules.js",
"scripts": {
"build:ts": "tsc",
"watch:ts": "tsc --watch",
"build": "npm run build:ts"
},
"author": "Frans Bongers",
"license": "ISC",
"devDependencies": {
"typescript": "^5.7.2"
}
}
|