Compare commits

...

4 commits

Author SHA1 Message Date
loopdelux ffc1c41b49 Merge branch 'sam-master' 2024-02-25 00:14:49 -05:00
sam ab916d7a91 switch to spaces 2024-02-25 18:06:02 +13:00
sam 7eca866e48 remove unneeded test script 2024-02-25 18:04:32 +13:00
sam 5f6b16d080 add build and start scripts 2024-02-25 17:59:45 +13:00

View file

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"start": "npm run build && cd src && node ."
},
"keywords": [],
"author": "",