UNPKG

@syedahoorainali/giaic

Version:

A vibrant Command-Line Interface for managing student records, built with TypeScript.

33 lines (32 loc) 1.04 kB
{ "name": "@syedahoorainali/giaic", "version": "1.0.2", "description": "A vibrant Command-Line Interface for managing student records, built with TypeScript.", "homepage": "https://github.com/syeda-hoorain-ali/node-projects/tree/main/06-student-management-system/README.md", "main": "dist/index.js", "type": "module", "bin": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/syeda-hoorain-ali/node-projects/tree/main/06-student-management-system.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["Student Management system", "TypeScript", "Node.JS"], "author": "Syeda Hoorain Ali", "license": "MIT", "dependencies": { "chalk": "^5.3.0", "cli-table": "^0.3.11", "inquirer": "^9.2.17", "inquirer-search-list": "^1.2.6", "inquirer-table-input": "^0.0.3", "nanospinner": "^1.1.0", "node-banner": "^1.4.0" }, "devDependencies": { "@types/cli-table": "^0.3.4", "@types/inquirer": "^9.0.7" } }