-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 825 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
{
"name": "ctoc",
"version": "6.14.36",
"description": "Your Virtual CTO — AI agents and expert skills with quality gates. A Claude Code plugin.",
"license": "PolyForm-Shield-1.0.0",
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node src/scripts/test-gate.js --experimental-test-coverage",
"test:raw": "node --test tests/*.test.js",
"eval": "node evals/run.js",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix --max-warnings 0",
"typecheck": "node --test tests/typecheck.test.js",
"typecheck:raw": "tsc --noEmit"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/node": "^22.10.0",
"eslint": "^9.36.0",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-security": "^3.0.1",
"typescript": "^5.9.3"
}
}