-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 979 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 979 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
{
"name": "@visionairy/dispatch",
"version": "0.8.0",
"description": "Runtime skill router for Claude Code — automatically surfaces the best plugin, MCP server, or skill before every task",
"keywords": [
"claude-code",
"claude",
"ai",
"plugin-router",
"mcp",
"skills",
"developer-tools",
"productivity"
],
"homepage": "https://dispatch.visionairy.biz",
"repository": {
"type": "git",
"url": "https://github.com/VisionAIrySE/Dispatch.git"
},
"bugs": {
"url": "https://github.com/VisionAIrySE/Dispatch/issues"
},
"license": "MIT",
"author": "Russ Wright <russ@visionairy.com> (https://visionairy.com)",
"engines": {
"node": ">=18"
},
"scripts": {
"install-hook": "bash install.sh",
"test": "python3 -m pytest test_classifier.py test_evaluator.py test_interceptor.py test_category_mapper.py -v",
"test:hook": "bash test_hook.sh all",
"test:preuse": "bash test_preuse_hook.sh all"
}
}