-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 848 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 848 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
{
"name": "create-stackrules",
"version": "0.1.5",
"description": "One command to enforce clean architecture in any codebase. Detects your stack, patches ESLint, finds every violation.",
"main": "src/index.js",
"bin": {
"create-stackrules": "src/index.js"
},
"files": [
"src/**/*.js"
],
"scripts": {
"test": "echo 'No tests yet'"
},
"keywords": [
"stackrules",
"eslint",
"architecture",
"vibe-coding",
"ai-generated-code",
"cli",
"scaffold",
"clean-architecture"
],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/srk0102/stackrules.git"
},
"homepage": "https://github.com/srk0102/stackrules",
"license": "MIT",
"dependencies": {
"commander": "^12.0.0",
"chalk": "^4.1.2",
"fs-extra": "^11.2.0",
"glob": "^10.3.0"
}
}