-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 885 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 885 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
46
47
48
49
{
"name": "claudev",
"version": "0.5.1",
"description": "Analyze AI coding assistant usage patterns, costs, and productivity",
"keywords": [
"ai",
"coding",
"analytics",
"claude",
"cursor",
"copilot",
"cline",
"cli"
],
"author": "Rin Fhenzig <rin@opensvm.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/openSVM/vibedev.git"
},
"homepage": "https://github.com/openSVM/vibedev#readme",
"bugs": {
"url": "https://github.com/openSVM/vibedev/issues"
},
"bin": {
"claudev": "./bin/claudev"
},
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"scripts/",
"README.md",
"LICENSE"
]
}