{ "name": "chip-ahoyto-web", "description": "The web version of CHIP-Ahoyto", "repository": { "type": "git", "url": "git+https://gitlab.stage.hive.pt/joamag/chip-ahoyto.git" }, "license": "Apache-2.0", "scripts": { "build": "tsc -p .", "start": "npm run build", "watch": "tsc-watch" }, "devDependencies": { "tsc-watch": "^5.0.3", "typescript": "^4.5.5" } }