-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 995 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
{
"name": "@saestrad/slingshot",
"version": "2.5.1",
"description": "Slingshot helps Claude Code get more done for fewer tokens. It sharpens fuzzy requests into clear specs and sends each task to the cheapest model that can handle it, then reuses what worked so the next session starts smarter. Automatic once installed.",
"type": "module",
"bin": {
"slingshot": "slingshot/scripts/slingshot.mjs"
},
"files": [
"slingshot",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"engines": {
"node": ">=18"
},
"keywords": [
"claude-code",
"claude",
"anthropic",
"ai-agents",
"token-optimization",
"llm",
"agent-skills",
"context-engineering"
],
"author": "saestrad",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/saestrad/slingshot.git"
},
"bugs": {
"url": "https://github.com/saestrad/slingshot/issues"
},
"homepage": "https://github.com/saestrad/slingshot#readme"
}