{ "name": "p1---kino", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "serve": "serve .", "run": "npm-run-all --parallel watch serve" }, "repository": { "type": "git", "url": "ssh://git@gitea.starfour.de:2222/Aaron/Kino-Website.git" }, "keywords": [], "author": "Aaron und Jannis", "license": "ISC", "type": "commonjs", "devDependencies": { "npm-run-all": "^4.1.5", "serve": "^14.2.6", "typescript": "^6.0.3" } }