-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 957 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 957 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@ishaan812/devlog",
"version": "0.1.1",
"description": "AI-powered development activity tracker and code intelligence tool. Local-first work logging for developers who juggle too many repos.",
"bin": {
"devlog": "bin/devlog-wrapper.js"
},
"scripts": {
"postinstall": "node install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishaan812/devlog.git"
},
"homepage": "https://github.com/ishaan812/devlog#readme",
"bugs": {
"url": "https://github.com/ishaan812/devlog/issues"
},
"keywords": [
"git",
"cli",
"devlog",
"developer-tools",
"activity-tracker",
"work-log",
"standup",
"ai",
"llm",
"ollama",
"productivity"
],
"author": "ishaan812",
"license": "MIT",
"files": [
"bin/devlog-wrapper.js",
"install.js",
"README.md"
],
"engines": {
"node": ">=14"
},
"publishConfig": {
"access": "public"
}
}