{ "name": "social-listening-platform", "version": "2.0.0", "type": "module", "private": true, "scripts": { "pipeline": "tsx agents/social-listening/run.ts", "dashboard": "tsx agents/social-listening/dashboard/server.ts", "pipeline:test": "TEST_MODE=true tsx agents/social-listening/run.ts", "pipeline:live": "APIFY_LIVE_APPROVED=true tsx agents/social-listening/run.ts" }, "dependencies": { "postgres": "^3.4.8", "tsx": "^4.7.0", "typescript": "^5.4.0" }, "devDependencies": { "@types/node": "^20.11.0" } }