UNPKG

saadcalculator

Version:
36 lines (35 loc) 825 B
{ "name": "saadcalculator", "version": "1.0.1", "description": "CLI Calculator build with Typescript", "main": "index.js", "type": "module", "bin": "./index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/saadw912/saadcalculator.git" }, "keywords": [ "CLI", "Calculator", "Typescipt" ], "author": "Saad Waheed", "license": "ISC", "bugs": { "url": "https://github.com/saadw912/saadcalculator/issues" }, "homepage": "https://github.com/saadw912/saadcalculator#readme", "dependencies": { "chalk": "^5.2.0", "chalk-animation": "^2.0.3", "inquirer": "^9.1.4" }, "devDependencies": { "@types/chalk-animation": "^1.6.1", "@types/inquirer": "^9.0.3" } }