-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 794 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 794 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
{
"name": "hyper-waterfall",
"version": "0.3.0",
"description": "CLI helpers for Hyper-Waterfall framework lifecycle checks.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/postmelee/hyper-waterfall.git"
},
"bugs": {
"url": "https://github.com/postmelee/hyper-waterfall/issues"
},
"homepage": "https://github.com/postmelee/hyper-waterfall#readme",
"bin": {
"hyper-waterfall": "./bin/hyper-waterfall.js"
},
"scripts": {
"test": "node --test"
},
"engines": {
"node": ">=18"
},
"files": [
"bin",
"src",
"templates",
"docs",
"README.md",
"README.ko.md",
"README.zh-CN.md",
"LICENSE"
],
"keywords": [
"hyper-waterfall",
"cli",
"workflow",
"ai-coding"
]
}