atm-functionality
Version:
Explore our versatile library for effortless ATM functionality in your TypeScript and Node.js projects. Mimicking real-world banking operations, our NPM package seamlessly incorporates ATM features such as withdrawals, deposits, balance inquiries, and acc
37 lines (36 loc) • 1.32 kB
JSON
{
"name": "atm-functionality",
"version": "1.0.7",
"description": "Explore our versatile library for effortless ATM functionality in your TypeScript and Node.js projects. Mimicking real-world banking operations, our NPM package seamlessly incorporates ATM features such as withdrawals, deposits, balance inquiries, and account management. With built-in authentication and robust security, rest assured your financial transactions are protected. Perfect for financial apps, banking systems, or educational simulations, our ATM functionality provides a dependable solution for managing monetary transactions. Simplify development and provide secure, user-friendly banking experiences with ease.",
"main": "index.js",
"type": "module",
"bin" : "./app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ATM",
"TypeScript",
"Node.js",
"Banking",
"Finance",
"Transactions",
"Money",
"Withdrawal",
"Deposit",
"Balance"
],
"author": "",
"license": "ISC",
"dependencies": {
"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",
"@types/node": "^20.11.30"
}
}