{ "name": "ollama-hacker-ui", "version": "0.1.0", "private": true, "description": "Hacker-style web interface for a local Ollama model.", "scripts": { "start": "python hack.py start", "stop": "python hack.py stop", "status": "python hack.py status", "restart": "python hack.py restart", "test": "node --test tests/validator.test.js tests/security.test.js tests/logger.test.js tests/tools.isPrivateIP.test.js tests/tools.ssrf.test.js tests/tools.files.test.js tests/tools.command.test.js tests/tools.security.test.js" } }