{ "name": "token-monitor", "version": "0.1.0", "description": "Modular LLM API quota and usage visibility tool", "type": "module", "main": "monitor.js", "scripts": { "start": "node monitor.js", "check": "node monitor.js --summary", "test": "node test.js" }, "engines": { "node": ">=18" } }