{ "name": "talk2me", "version": "1.0.0", "description": "Real-time voice translation web application", "main": "index.js", "scripts": { "build": "tsc", "watch": "tsc --watch", "dev": "tsc --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", "typescript": "^5.3.0" }, "dependencies": {} }