-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 975 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
{
"name": "@lowdep/codestat",
"version": "1.0.1",
"description": "Lines of code by language — zero-dep Node.js alternative to cloc/tokei, works on Windows",
"bin": {
"codestat": "bin/codestat.js"
},
"keywords": [
"lines-of-code",
"loc",
"cloc",
"statistics",
"cli",
"developer-tools",
"code-analysis",
"lines of code",
"loc counter",
"cloc alternative",
"tokei alternative",
"scc alternative",
"code statistics",
"count lines",
"sloc",
"zero dependencies",
"cross-platform"
],
"author": "Rushabh Shah",
"license": "MIT",
"engines": {
"node": ">=14"
},
"files": [
"bin/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Rushabh5000/codestat.git"
},
"bugs": {
"url": "https://github.com/Rushabh5000/codestat/issues"
},
"homepage": "https://github.com/Rushabh5000/codestat#readme",
"publishConfig": {
"access": "public"
}
}