FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
codetime-cli/packages/cli/package.json at main · codetime-dev/codetime-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
codetime-dev
/
codetime-cli
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
codetime-cli
/
packages
/
cli
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
46 lines (46 loc) · 1.06 KB
Breadcrumbs
codetime-cli
/
packages
/
cli
/
package.json
Copy path
File metadata and controls
46 lines (46 loc) · 1.06 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
codetime-cli
"
,
"type"
:
"
module
"
,
"version"
:
"
0.8.1
"
,
"description"
:
"
codetime CLI — install AI-agent hooks (Claude Code, Codex, OpenCode, Pi) and report activity to codetime.dev.
"
,
"license"
:
"
MIT
"
,
"publishConfig"
: {
"access"
:
"
public
"
},
"homepage"
:
"
https://github.com/codetime-dev/codetime-cli#readme
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/codetime-dev/codetime-cli.git
"
},
"bugs"
: {
"url"
:
"
https://github.com/codetime-dev/codetime-cli/issues
"
},
"keywords"
: [
"
codetime
"
,
"
ai
"
,
"
agent
"
,
"
cli
"
,
"
tracking
"
,
"
activity
"
],
"bin"
: {
"codetime"
:
"
./bin/codetime.mjs
"
},
"files"
: [
"
bin
"
],
"engines"
: {
"node"
:
"
>=20
"
},
"scripts"
: {
"build"
:
"
tsc -p tsconfig.json
"
,
"build:bundle"
:
"
node bundle.mjs
"
,
"prepublishOnly"
:
"
node bundle.mjs
"
,
"test"
:
"
node --conditions=development --test --import tsx test/*.test.ts
"
},
"devDependencies"
: {
"@codetime/shared"
:
"
workspace:*
"
,
"cac"
:
"
^7.0.0
"
,
"esbuild"
:
"
^0.28.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL