UNPKG

adetodolist

Version:

To Do list build on Typescript, Node.js, inquirer

35 lines (34 loc) 704 B
{ "name": "adetodolist", "version": "1.0.3", "description": "To Do list build on Typescript, Node.js, inquirer", "main": "index.js", "type": "module", "bin": "./index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/rajaadeeltalib/adeToDoList" }, "keywords": [ "To", "Do", "List", "Task", "App" ], "author": "Adeel Talib", "license": "ISC", "dependencies": { "chalk": "^5.2.0", "figlet": "^1.5.2", "inquirer": "^9.1.4" }, "devDependencies": { "@types/chalk": "^2.2.0", "@types/figlet": "^1.5.5", "@types/inquirer": "^9.0.3" } }