{ "name": "simple-chat", "version": "1.0.0", "private": true, "scripts": { "start": "parcel src/index.html", "build": "parcel build src/index.html --public-url ./ --no-source-maps" }, "devDependencies": { "buffer": "^6.0.3", "parcel": "^2.8.3", "process": "^0.11.10", "typescript": "^5.2.2", "url": "^0.11.3" }, "dependencies": { "@mlc-ai/web-llm": "^0.2.8" } }