pmat 3.14.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "typescript-mutation-test-fixture",
  "version": "1.0.0",
  "description": "Test fixture for TypeScript mutation testing",
  "type": "module",
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "vitest": "3.2.4"
  }
}