shehbaz-calculator
Version:
Perform addition, subtraction, multiplication, and division operations effortlessly in TypeScript and Node.js with this versatile calculator library. Built using TypeScript, it provides a comprehensive suite of mathematical functions for accurate and effi
43 lines (42 loc) • 1.37 kB
JSON
{
"name": "shehbaz-calculator",
"version": "1.1.10",
"description": "Perform addition, subtraction, multiplication, and division operations effortlessly in TypeScript and Node.js with this versatile calculator library. Built using TypeScript, it provides a comprehensive suite of mathematical functions for accurate and efficient calculations. Integrate seamlessly into your projects to simplify development and handle arithmetic tasks seamlessly. Ideal for diverse use cases, from basic calculations to complex math, empowering developers to create robust solutions effortlessly",
"main": "index.js",
"type": "module",
"bin": "./main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"TypeScript",
"Node.js",
"Calculator",
"Math",
"Arithmetic",
"NPM",
"Library",
"Utility",
"Mathematics",
"Operations",
"CLI Calculator",
"cli calculator"
],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^20.11.30",
"chalk": "^5.3.0",
"chalk-animation": "^2.0.3",
"inquirer": "^9.2.16"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/chalk-animation": "^1.6.3",
"@types/inquirer": "^9.0.7"
},
"repository": {
"type": "github",
"url": "https://github.com/Shehbaz-Niazi/Typescript_Calculator"
}
}