-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.86 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.86 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "tokenlean",
"version": "0.28.0",
"description": "Lean CLI tools for AI agents and developers - reduce context, save tokens",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edimuj/tokenlean.git"
},
"homepage": "https://github.com/edimuj/tokenlean#readme",
"bugs": {
"url": "https://github.com/edimuj/tokenlean/issues"
},
"files": [
"bin/",
"src/",
"README.md"
],
"bin": {
"tokenlean": "bin/tl.mjs",
"tl": "bin/tl.mjs",
"tl-analyze": "bin/tl-analyze.mjs",
"tl-api": "bin/tl-api.mjs",
"tl-audit": "bin/tl-audit.mjs",
"tl-hook": "bin/tl-hook.mjs",
"tl-blame": "bin/tl-blame.mjs",
"tl-browse": "bin/tl-browse.mjs",
"tl-cache": "bin/tl-cache.mjs",
"tl-changelog": "bin/tl-changelog.mjs",
"tl-config": "bin/tl-config.mjs",
"tl-context": "bin/tl-context.mjs",
"tl-context7": "bin/tl-context7.mjs",
"tl-coverage": "bin/tl-coverage.mjs",
"tl-complexity": "bin/tl-complexity.mjs",
"tl-component": "bin/tl-component.mjs",
"tl-deps": "bin/tl-deps.mjs",
"tl-diff": "bin/tl-diff.mjs",
"tl-docs": "bin/tl-docs.mjs",
"tl-entry": "bin/tl-entry.mjs",
"tl-errors": "bin/tl-errors.mjs",
"tl-example": "bin/tl-example.mjs",
"tl-env": "bin/tl-env.mjs",
"tl-exports": "bin/tl-exports.mjs",
"tl-flow": "bin/tl-flow.mjs",
"tl-guard": "bin/tl-guard.mjs",
"tl-history": "bin/tl-history.mjs",
"tl-hotspots": "bin/tl-hotspots.mjs",
"tl-impact": "bin/tl-impact.mjs",
"tl-lint-config": "bin/tl-lint-config.mjs",
"tl-monorepo": "bin/tl-monorepo.mjs",
"tl-name": "bin/tl-name.mjs",
"tl-npm": "bin/tl-npm.mjs",
"tl-playwright": "bin/tl-playwright.mjs",
"tl-pr": "bin/tl-pr.mjs",
"tl-prompt": "bin/tl-prompt.mjs",
"tl-run": "bin/tl-run.mjs",
"tl-related": "bin/tl-related.mjs",
"tl-risk-assess": "bin/tl-risk-assess.mjs",
"tl-routes": "bin/tl-routes.mjs",
"tl-schema": "bin/tl-schema.mjs",
"tl-search": "bin/tl-search.mjs",
"tl-snippet": "bin/tl-snippet.mjs",
"tl-scope": "bin/tl-scope.mjs",
"tl-secrets": "bin/tl-secrets.mjs",
"tl-stack": "bin/tl-stack.mjs",
"tl-style": "bin/tl-style.mjs",
"tl-structure": "bin/tl-structure.mjs",
"tl-symbols": "bin/tl-symbols.mjs",
"tl-tail": "bin/tl-tail.mjs",
"tl-test": "bin/tl-test.mjs",
"tl-test-map": "bin/tl-test-map.mjs",
"tl-todo": "bin/tl-todo.mjs",
"tl-types": "bin/tl-types.mjs",
"tl-unused": "bin/tl-unused.mjs"
},
"scripts": {
"test": "node --test src/*.test.mjs",
"link": "npm link"
},
"keywords": [
"ai",
"agents",
"cli",
"tools",
"tokens",
"context",
"developer"
],
"dependencies": {
"node-html-markdown": "^2.0.0",
"typescript": "^5.9.3"
},
"author": "Edin Mujkanovic",
"license": "MIT"
}