-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 890 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 890 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "taskify-cli",
"type": "module",
"version": "1.0.2",
"description": "Manage your tasks effortlessly from the terminal! Add, check off, and organize tasks with ease. Customize the interface, integrate with VS Code, and keep your workflow smooth. Simple, fast, and efficient task management!",
"main": "index.cjs",
"repository": {
"type": "git",
"url": "git+https://github.com/naveen-2111-dev/Todo-cli.git"
},
"keywords": [
"Task-manager",
"cli",
"sql-queries"
],
"author": "Naveen Rajan M",
"license": "ISC",
"bugs": {
"url": "https://github.com/naveen-2111-dev/Todo-cli/issues"
},
"homepage": "https://github.com/naveen-2111-dev/Todo-cli#readme",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"tingodb": "^0.6.1"
},
"bin": {
"taskify-cli": "./scripts/cli.cjs"
}
}