Monorepo for Aesthetic.Computer aesthetic.computer
at main 18 lines 434 B view raw
1{ 2 "name": "censor", 3 "version": "1.0.0", 4 "type": "module", 5 "description": "This directory contains a Caddy HTTP server that proxies requests to Ollama for content moderation.", 6 "main": "index.js", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "keywords": [], 11 "author": "", 12 "license": "ISC", 13 "dependencies": { 14 "dotenv": "^17.2.3", 15 "mongodb": "^7.0.0", 16 "ws": "^8.18.3" 17 } 18}