{ "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" } }