-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 964 Bytes
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 964 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
47
{
"name": "slash-do",
"version": "3.25.0",
"description": "Curated slash commands for AI coding assistants — Claude Code, OpenCode, Antigravity CLI, Codex, and Grok Build",
"author": "Adam Eivy <adam@eivy.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/atomantic/slashdo.git"
},
"homepage": "https://github.com/atomantic/slashdo",
"bugs": {
"url": "https://github.com/atomantic/slashdo/issues"
},
"keywords": [
"claude-code",
"slash-commands",
"opencode",
"antigravity-cli",
"agy",
"codex",
"grok",
"grok-build",
"devops",
"devsecops",
"code-review",
"ai-tools"
],
"bin": {
"slash-do": "./bin/cli.js"
},
"files": [
"bin/",
"src/",
"commands/",
"lib/",
"hooks/",
"install.sh",
"uninstall.sh"
],
"scripts": {
"test": "node --test test/*.test.js"
},
"engines": {
"node": ">=18.0.0"
}
}