{ "name": "talk2me", "version": "1.0.0", "description": "Real-time voice translation web application", "main": "index.js", "scripts": { "build": "webpack", "build-tsc": "tsc", "watch": "webpack --watch", "dev": "webpack --watch", "clean": "rm -rf static/js/dist", "type-check": "tsc --noEmit" }, "keywords": [ "translation", "voice", "pwa", "typescript" ], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.10.0", "ts-loader": "^9.5.2", "typescript": "^5.3.0", "webpack": "^5.99.9", "webpack-cli": "^6.0.1" } }