UNPKG

oop-console-app

Version:

basic concepts of Object Oriented Programming

36 lines (35 loc) 772 B
{ "name": "oop-console-app", "version": "1.0.0", "description": " basic concepts of Object Oriented Programming", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "oop-console-app": "bin/index.js" }, "author": "Husnain Ahmad", "license": "ISC", "dependencies": { "@types/inquirer": "^9.0.3", "inquirer": "^9.2.10" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/husnain/basic-oop.git" }, "keywords": [ "Person", "and", "student", "basic", "oop" ], "bugs": { "url": "https://github.com/husnain/basic-oop/issues" }, "homepage": "https://github.com/husnain/basic-oop#readme" }