prodlint 0.7.1 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,83 +1,90 @@
1
- {
2
- "name": "prodlint",
3
- "version": "0.7.1",
4
- "description": "The linter for vibe-coded apps — catch what AI coding tools miss",
5
- "license": "MIT",
6
- "author": "prodlint contributors",
7
- "type": "module",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/prodlint/prodlint"
11
- },
12
- "bugs": {
13
- "url": "https://github.com/prodlint/prodlint/issues"
14
- },
15
- "homepage": "https://prodlint.com",
16
- "bin": {
17
- "prodlint": "./dist/cli.js",
18
- "prodlint-mcp": "./dist/mcp.js"
19
- },
20
- "main": "./dist/index.js",
21
- "types": "./dist/index.d.ts",
22
- "exports": {
23
- ".": {
24
- "import": "./dist/index.js",
25
- "types": "./dist/index.d.ts"
26
- },
27
- "./mcp": {
28
- "import": "./dist/mcp.js"
29
- }
30
- },
31
- "files": [
32
- "dist/**/*.js",
33
- "dist/**/*.d.ts",
34
- "action.yml"
35
- ],
36
- "scripts": {
37
- "build": "tsup",
38
- "dev": "tsup --watch",
39
- "test": "vitest run",
40
- "test:watch": "vitest",
41
- "lint": "node dist/cli.js .",
42
- "prepublishOnly": "npm run build"
43
- },
44
- "dependencies": {
45
- "@babel/parser": "^7.29.0",
46
- "@babel/types": "^7.29.0",
47
- "@modelcontextprotocol/sdk": "^1.26.0",
48
- "fast-glob": "^3.3.3",
49
- "picocolors": "^1.1.1",
50
- "zod": "^4.3.6"
51
- },
52
- "devDependencies": {
53
- "@types/node": "^25.2.3",
54
- "tsup": "^8.4.0",
55
- "typescript": "^5.7.0",
56
- "vitest": "^3.0.0"
57
- },
58
- "engines": {
59
- "node": ">=18"
60
- },
61
- "keywords": [
62
- "lint",
63
- "linter",
64
- "security",
65
- "ai",
66
- "ai-code",
67
- "vibe-coding",
68
- "production-readiness",
69
- "code-quality",
70
- "code-scanner",
71
- "next.js",
72
- "react",
73
- "typescript",
74
- "static-analysis",
75
- "cli",
76
- "scanner",
77
- "mcp",
78
- "mcp-server",
79
- "cursor",
80
- "copilot",
81
- "devtools"
82
- ]
83
- }
1
+ {
2
+ "name": "prodlint",
3
+ "version": "0.8.0",
4
+ "description": "Production readiness for vibe-coded apps — know your AI code is ready to ship",
5
+ "license": "MIT",
6
+ "author": "prodlint contributors",
7
+ "type": "module",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/prodlint/prodlint"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/prodlint/prodlint/issues"
14
+ },
15
+ "homepage": "https://prodlint.com",
16
+ "mcpName": "io.github.Anthony-Marcovecchio/prodlint",
17
+ "bin": {
18
+ "prodlint": "./dist/cli.js",
19
+ "prodlint-mcp": "./dist/mcp.js"
20
+ },
21
+ "main": "./dist/index.js",
22
+ "types": "./dist/index.d.ts",
23
+ "exports": {
24
+ ".": {
25
+ "import": "./dist/index.js",
26
+ "types": "./dist/index.d.ts"
27
+ },
28
+ "./mcp": {
29
+ "import": "./dist/mcp.js"
30
+ }
31
+ },
32
+ "files": [
33
+ "dist/**/*.js",
34
+ "dist/**/*.d.ts",
35
+ "action.yml"
36
+ ],
37
+ "scripts": {
38
+ "build": "tsup",
39
+ "dev": "tsup --watch",
40
+ "test": "vitest run",
41
+ "test:watch": "vitest",
42
+ "lint": "node dist/cli.js .",
43
+ "prepublishOnly": "npm run build"
44
+ },
45
+ "dependencies": {
46
+ "@babel/parser": "^7.29.0",
47
+ "@babel/types": "^7.29.0",
48
+ "@modelcontextprotocol/sdk": "^1.26.0",
49
+ "fast-glob": "^3.3.3",
50
+ "picocolors": "^1.1.1",
51
+ "zod": "^4.3.6"
52
+ },
53
+ "devDependencies": {
54
+ "@types/node": "^25.2.3",
55
+ "tsup": "^8.4.0",
56
+ "typescript": "^5.7.0",
57
+ "vitest": "^3.0.0"
58
+ },
59
+ "engines": {
60
+ "node": ">=18"
61
+ },
62
+ "keywords": [
63
+ "lint",
64
+ "linter",
65
+ "security",
66
+ "ai",
67
+ "ai-code",
68
+ "vibe-coding",
69
+ "production-readiness",
70
+ "code-quality",
71
+ "code-scanner",
72
+ "next.js",
73
+ "react",
74
+ "typescript",
75
+ "static-analysis",
76
+ "cli",
77
+ "scanner",
78
+ "mcp",
79
+ "mcp-server",
80
+ "cursor",
81
+ "copilot",
82
+ "v0",
83
+ "bolt",
84
+ "windsurf",
85
+ "claude",
86
+ "github-action",
87
+ "eslint-alternative",
88
+ "devtools"
89
+ ]
90
+ }