-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 734 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 734 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
{
"name": "mimir-preflight",
"version": "1.1.0",
"description": "Claude Code preflight checker — estimate token cost and risk before running expensive tasks",
"license": "MIT",
"keywords": [
"claude-code",
"anthropic",
"token-estimation",
"preflight",
"llm",
"context-window",
"ai-tools",
"developer-tools"
],
"repository": {
"type": "git",
"url": "https://github.com/ZonatedCord/Mimir.git"
},
"homepage": "https://github.com/ZonatedCord/Mimir#readme",
"bin": {
"mimir": "./scripts/estimate.js"
},
"scripts": {
"test": "node tests/run-all.js"
},
"engines": {
"node": ">=18"
},
"files": [
"scripts/",
".claude/commands/",
"hooks/"
]
}