UNPKG

event-instructor

Version:
51 lines (50 loc) 1.28 kB
{ "name": "event-instructor", "version": "1.3.4", "description": "", "main": "./lib/EventManager.js", "types": "./lib/EventManager.d.ts", "repository": "https://github.com/Moh-Snoussi/event-instructor", "homepage": "https://github.com/Moh-Snoussi/event-instructor", "scripts": { "tsc": "tsc", "create:instructor": "node ./lib/commands/create_instructor.js" }, "keywords": [ "dom events", "subpub", "event manager", "eventListeners", "subscriber", "publisher" ], "author": "Mohamed Snoussi", "license": "ISC", "dependencies": { "@octokit/auth-basic": "^1.4.6", "@octokit/rest": "^18.0.3", "app-root-path": "^3.0.0", "browser-resolve": "^2.0.0", "chalk": "^4.1.0", "clear": "^0.1.0", "clui": "^0.3.6", "configstore": "^5.0.1", "directory-tree": "^2.2.4", "eval": "^0.1.4", "events-polyfill": "^2.1.2", "figlet": "^1.5.0", "fuzzy": "^0.1.3", "inquirer": "^7.3.3", "inquirer-autocomplete-prompt": "^1.0.2", "lodash": "^4.17.20", "log-symbols": "^4.0.0", "minimist": "^1.2.5", "replace-in-file": "^6.1.0", "save-dev": "0.0.1-security", "simple-git": "^2.20.1", "touch": "^3.1.0" }, "devDependencies": { "typescript": "^4.0.3" } }