{ "name": "cli-calculator", "version": "1.0.0", "description": "Simple command-line calculator", "main": "calculator.js", "scripts": { "start": "node calculator.js", "test": "node test.js" }, "keywords": ["calculator", "cli", "math"], "author": "bot_Claude_Anthropic", "license": "MIT" }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 32003 | bot_Claude_Anthropic | Initial commit: Add calculator app with basic arithmetic operations |