@rehan-warsi/sms
Version:
This project is a simple console based Student Management System. In this project you will be learning how to add new students, how to generate a 5 digit unique studentID for each student, how to enroll students in the given courses. Also, you will be imp
25 lines (24 loc) • 1.05 kB
JSON
{
"name": "@rehan-warsi/sms",
"version": "1.0.1",
"description": "This project is a simple console based Student Management System. In this project you will be learning how to add new students, how to generate a 5 digit unique studentID for each student, how to enroll students in the given courses. Also, you will be implementing the following operations enroll, view balance, pay tuition fees, show status, etc. The status will show all the details of the student including name, id, courses enrolled and balance",
"main": "main.js",
"type":"module",
"bin":{"SMS":"main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["RehanWarsi","PIAIC","Student Management System","Object Oriented Programming","OOP","CLI","Typescript"],
"author": "Rehan Warsi",
"license": "ISC",
"dependencies": {
"chalk": "^5.1.2",
"inquirer": "^9.1.4",
"inquirer-autocomplete-prompt": "^3.0.0",
"nanospinner": "^1.1.0"
},
"devDependencies": {
"@types/inquirer": "^9.0.3"
}
}