-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 994 Bytes
/
package.json
File metadata and controls
51 lines (51 loc) · 994 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
48
49
50
51
{
"name": "@whyujjwal/stackgen",
"version": "1.0.0",
"description": "Generate production-ready, AI-friendly project scaffolds in under 2 minutes",
"bin": {
"stackgen": "./bin/scaffold.js",
"scaffold": "./bin/scaffold.js"
},
"scripts": {
"postinstall": "node scripts/postinstall.js",
"preuninstall": "node scripts/preuninstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/whyujjwal/stackgen.git"
},
"keywords": [
"scaffold",
"generator",
"boilerplate",
"template",
"cli",
"react",
"node",
"express",
"fastapi",
"python",
"docker",
"ai-friendly",
"llm"
],
"author": "Ujjwal Raj",
"license": "MIT",
"bugs": {
"url": "https://github.com/whyujjwal/stackgen/issues"
},
"homepage": "https://github.com/whyujjwal/stackgen#readme",
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"scripts/"
]
}