-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.03 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.03 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "task-cache",
"version": "1.0.0",
"description": "Quick daily task logging for developers to improve productivity and context switching",
"main": "index.js",
"bin": {
"tcache": "./index.js"
},
"files": [
"index.js",
"github-sync.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"developer",
"productivity",
"logging",
"task-management",
"cli",
"markdown",
"github",
"context-switching",
"daily-log",
"development-tools"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"dateformat": "^4.5.1",
"mkdirp": "^1.0.4"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/task-cache.git"
},
"bugs": {
"url": "https://github.com/yourusername/task-cache/issues"
},
"homepage": "https://github.com/yourusername/task-cache#readme"
}