UNPKG

mk-calculator

Version:
38 lines (37 loc) 947 B
{ "name": "mk-calculator", "version": "1.2.0", "description": "TypeScript Calculator Project", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Muhammad Khubaib", "license": "ISC", "bin": { "mk-calculator": "bin/index.js" }, "dependencies": { "@types/chalk-animation": "^1.6.1", "chalk": "^5.1.2", "chalk-animation": "^2.0.3", "i": "^0.3.7", "inquirer": "^9.1.4", "npm": "^9.1.2" }, "devDependencies": { "@types/inquirer": "^9.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/mkdeveloper/TypeScript-Project-Calculator.git" }, "keywords": [ "MKC" ], "bugs": { "url": "https://github.com/mkdeveloper/TypeScript-Project-Calculator/issues" }, "homepage": "https://github.com/mkdeveloper/TypeScript-Project-Calculator#readme" }