-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.89 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@geoql/doctor",
"version": "0.0.0",
"private": true,
"description": "Your agent writes bad Vue/Nuxt. This catches it. — A pair of CLIs and oxlint plugins that audit Vue 3 + Nuxt 4 apps for performance, correctness, security, and AI-agent anti-patterns.",
"keywords": [
"ai-slop",
"audit",
"cli",
"linter",
"nuxt",
"nuxt4",
"oxlint",
"performance",
"vue",
"vue3"
],
"homepage": "https://github.com/geoql/doctor#readme",
"bugs": {
"url": "https://github.com/geoql/doctor/issues"
},
"license": "MIT",
"author": {
"name": "Vinayak Kulkarni",
"email": "inbox.vinayak@gmail.com",
"url": "https://vinayakkulkarni.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geoql/doctor.git"
},
"type": "module",
"scripts": {
"lint": "vp lint",
"lint:fix": "vp lint --fix",
"format": "vp fmt",
"format:check": "vp fmt --check",
"build": "pnpm -r --filter './packages/*' run build",
"schema:generate": "node scripts/generate-schema.ts",
"test": "pnpm -r --filter './packages/*' run test",
"coverage": "vitest run --coverage --testTimeout=90000",
"typecheck": "pnpm -r --filter './packages/*' run typecheck",
"prepare": "is-ci || husky"
},
"devDependencies": {
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@types/node": "^26.1.1",
"@vitest/coverage-v8": "^4.1.10",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"lint-staged": "^17.0.8",
"typescript": "^7.0.2",
"vite-plus": "^0.2.4",
"vitest": "^4.1.10"
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">=24.11.0"
}
},
"engines": {
"node": ">=24.11.0"
},
"packageManager": "pnpm@11.11.0+sha512.4463f65fd80ed80d69bc1d4bf163ee94f605c7380fc318bb5b2ebe15f8cd12d49c51a4d59e951b401e764d3b6ca751cbf51bc50ed7001a6bcb4935e684c34882"
}