{ "name": "msagent-chat-webapp", "scripts": { "build": "parcel build --no-source-maps --dist-dir dist --public-url '.' src/html/index.html", "serve": "parcel src/html/index.html", "clean": "run-script-os", "clean:darwin:linux": "rm -rf dist .parcel-cache", "clean:win32": "rd /s /q dist .parcel-cache" }, "packageManager": "yarn@4.2.2", "devDependencies": { "@parcel/core": "^2.12.0", "parcel": "^2.12.0", "run-script-os": "^1.1.6", "typescript": "^5.5.3" } }