-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.07 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
{
"name": "cursor-doctor",
"version": "1.11.0",
"description": "Cursor rules linter and auto-fixer. Find out why Cursor ignores your rules. Lint, diagnose, and fix your .mdc files. Treat rules like code, not config. 100+ checks, zero dependencies.",
"main": "src/index.js",
"bin": {
"cursor-doctor": "src/cli.js",
"cursor-doctor-lsp": "src/lsp.js",
"cursor-doctor-mcp": "src/mcp-server.js"
},
"scripts": {
"test": "node test/test.js"
},
"keywords": [
"cursor",
"cursor-ai",
"cursorrules",
"mdc",
"developer-tools",
"cursor-rules",
"cursor-config",
"ai-coding",
"code-quality",
"diagnostics",
"health-check",
"linter",
"testing",
"security",
"cross-platform"
],
"author": "nedcodes",
"license": "MIT",
"homepage": "https://nedcodes.dev",
"repository": {
"type": "git",
"url": "https://github.com/nedcodes-ok/cursor-doctor.git"
},
"engines": {
"node": ">=16"
},
"files": [
"src/"
],
"bugs": {
"url": "https://github.com/nedcodes-ok/cursor-doctor/issues"
}
}