{ "name": "land-and-freedom", "version": "1.0.0", "description": "Land and Freedom for RTT", "main": "rules.js", "scripts": { "build:scss": "sass --no-source-map land-and-freedom.scss land-and-freedom.css", "build:ts": "tsc", "watch:scss": "sass --no-source-map --watch land-and-freedom.scss land-and-freedom.css", "watch:ts": "tsc --watch", "build": "npm run build:ts && npm run build:scss" }, "author": "Frans Bongers", "license": "ISC", "devDependencies": { "sass": "^1.81.0", "typescript": "^5.7.2" } }