-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 877 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
{
"name": "@htst/code-flow-skill",
"version": "1.3.0",
"description": "Installable Code Flow skill and command templates for Claude Code, GitHub Copilot, OpenAI Codex, Antigravity and Gemini CLI.",
"license": "Apache-2.0",
"type": "module",
"bin": {
"code-flow-skill": "bin/install.js"
},
"files": [
"bin",
"templates",
"!templates/**/__pycache__",
"README.md",
"CHANGELOG.md",
"LICENSE",
"NOTICE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"check": "node bin/install.js --help",
"test": "node --test \"test/**/*.test.js\"",
"release-check": "node scripts/prepublish-check.js",
"prepublishOnly": "node scripts/prepublish-check.js",
"postinstall": "node bin/postinstall.js"
},
"keywords": [
"code-flow",
"documentation",
"skill",
"claude",
"gemini",
"copilot"
]
}