{ "name": "@b2bcall/freeswitch-config", "version": "0.0.1", "private": true, "scripts": { "dev": "tsx watch src/main.ts", "build": "tsc -p tsconfig.json", "start": "node dist/main.js", "typecheck": "tsc --noEmit" }, "dependencies": { "@b2bcall/database": "workspace:*", "@b2bcall/shared": "workspace:*", "@b2bcall/telephony": "workspace:*", "@fastify/formbody": "^8.0.1", "fastify": "5.12.1" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.23.12", "typescript": "^5.7.0" } }