{ "name": "@ntptg/webapp", "packageManager": "yarn@4.3.1", "devDependencies": { "@types/node": "^22.1.0", "parcel": "^2.12.0", "typescript": "^5.5.4" }, "scripts": { "build": "parcel build --no-source-maps --dist-dir dist --public-url \".\" src/html/index.html", "serve": "parcel src/html/index.html" } }