{ "name": "tetrissimo", "version": "0.0.0", "license": "WTFPL", "scripts": { "build": "tsc", "watch": "tsc --watch --preserveWatchOutput", "start": "serve -l 19000 ." }, "devDependencies": { "serve": "*", "typescript": "4.0.3" } }