-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.03 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.03 KB
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
48
{
"name": "@supermldev/smart-sdlc",
"version": "1.7.0",
"description": "Smart SDLC — AI-Driven Development Framework built by Superml.dev & superml.org by crazyaiml. Works natively with GitHub Copilot, Claude, Cursor, and any AI coding assistant.",
"keywords": [
"ai",
"agile",
"sdlc",
"copilot",
"claude",
"cursor",
"developer-experience",
"framework",
"cobol",
"modernization",
"requirements",
"architecture"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/superMLdev/smart-sdlc.git"
},
"homepage": "https://github.com/superMLdev/smart-sdlc#readme",
"bugs": {
"url": "https://github.com/superMLdev/smart-sdlc/issues"
},
"engines": {
"node": ">=18"
},
"bin": {
"smart-sdlc": "bin/superml.js"
},
"files": [
"bin/",
"lib/",
"skills/",
"config/",
"module.yaml",
"README.md"
],
"scripts": {
"test": "node bin/superml.js --help"
},
"dependencies": {
"@inquirer/prompts": "^7.10.1"
}
}