{ "name": "calculator", "version": "0.1.0", "description": "A Command Line Scientific Calculator", "main": "bin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/luciferreeves/calculator.git" }, "keywords": [ "Calculator", "Scientific", "CLI", "Command", "Line" ], "author": "Kumar Priyansh", "license": "MIT", "bugs": { "url": "https://github.com/luciferreeves/calculator/issues" }, "homepage": "https://github.com/luciferreeves/calculator#readme", "bin": { "calculator": "./bin/index.js" }, "dependencies": { "boxen": "^4.0.0", "chalk": "^2.4.2", "mathjs": "^9.2.0", "terminal-link": "^2.1.1", "yargs": "^16.2.0" } }