-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 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
{
"name": "eslint-plugin-stackrules",
"version": "0.1.4",
"description": "ESLint plugin that enforces clean architecture in AI-generated codebases. Works on top of ESLint — catches spaghetti patterns, gives AI-quality refactoring guidance.",
"main": "src/index.js",
"files": [
"src/**/*.js",
"!src/**/*.test.js"
],
"scripts": {
"test": "node --test src/**/*.test.js"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"architecture",
"stackrules",
"vibe-coding",
"ai-generated-code",
"supabase",
"stripe",
"nextjs",
"react",
"services",
"clean-architecture",
"code-quality"
],
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/srk0102/stackrules.git"
},
"homepage": "https://github.com/srk0102/stackrules",
"bugs": {
"url": "https://github.com/srk0102/stackrules/issues"
},
"peerDependencies": {
"eslint": ">=8.0.0"
},
"devDependencies": {
"eslint": "^10.1.0"
},
"license": "MIT"
}