{ "name": "playableads-platform-server", "version": "1.0.0", "description": "Playable Ads Platform - Server", "private": true, "scripts": { "dev": "npx tsx watch src/index.ts", "build": "npx tsc", "start": "node dist/index.js" }, "dependencies": { "adm-zip": "^0.5.16", "archiver": "^7.0.1", "better-sqlite3": "^11.7.0", "cors": "^2.8.5", "express": "^4.21.2", "multer": "^1.4.5-lts.2", "uuid": "^11.1.0" }, "devDependencies": { "@types/adm-zip": "^0.5.7", "@types/archiver": "^6.0.3", "@types/better-sqlite3": "^7.6.12", "@types/cors": "^2.8.17", "@types/express": "^5.0.1", "@types/multer": "^1.4.12", "@types/uuid": "^10.0.0", "tsx": "^4.19.3", "typescript": "^5.8.3" } }