a8ui5-simplecalculator
Version:
A simple calculator with typscript, node.js and inquirer
24 lines (23 loc) • 470 B
JSON
{
"name": "a8ui5-simplecalculator",
"version": "1.0.1",
"description": "A simple calculator with typscript, node.js and inquirer",
"main": "index.js",
"type": "module",
"bin":"index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"uzma",
"imran"
],
"author": "",
"license": "MIT",
"dependencies": {
"inquirer": "^9.2.16"
},
"devDependencies": {
"@types/inquirer": "^9.0.7"
}
}