typescript-nodeprojects-atm
Version:
This TypeScript code simulates a basic command-line Automated Teller Machine (ATM) application named 'Artificialvolutionize'. It provides users with a secure and interactive way to manage their finances through text-based prompts.
22 lines (21 loc) • 894 B
JSON
{
"name": "typescript-nodeprojects-atm",
"version": "1.0.0",
"description": "This TypeScript code simulates a basic command-line Automated Teller Machine (ATM) application named 'Artificialvolutionize'. It provides users with a secure and interactive way to manage their finances through text-based prompts.",
"main": "atm.js",
"type": "module",
"bin": "atm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["Command-line ATM","JavaScript","User interaction","PIN verification","Inquirer.js","Balance check","Withdrawal","Fast Cash withdrawal","Custom amount withdrawal","Balance validation","User feedback","Colored text output"],
"author": "Mirza Muhammad Ahmed (00263838)",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.19"
},
"devDependencies": {
"@types/inquirer": "^9.0.7"
}
}