From 902a07087c2808c77943b9617a2ab063b1c260e9 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Sun, 24 Nov 2024 22:36:37 +0100 Subject: initial setup --- package.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 613747e..b63e15d 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,19 @@ { "name": "land-and-freedom", "version": "1.0.0", - "description": "", + "description": "Land and Freedom for RTT", "main": "rules.js", "scripts": { "build:scss": "sass --no-source-map land-and-freedom.scss land-and-freedom.css", - "watch:scss": "sass --no-source-map --watch 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": "", + "author": "Frans Bongers", "license": "ISC", "devDependencies": { - "sass": "^1.81.0" + "sass": "^1.81.0", + "typescript": "^5.7.2" } -} \ No newline at end of file +} -- cgit v1.2.3