12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "pmd",
- "type": "module",
- "version": "0.0.1",
- "private": true,
- "main": "dist/index.js",
- "bin": {
- "pmd": "dist/index.js"
- },
- "scripts": {
- "build": "tsc",
- "build:watch": "tsc --watch",
- "start": "node dist/index.js",
- "test": "vitest run",
- "test:watch": "vitest --ui --coverage",
- "test:coverage": "vitest run --coverage"
- },
- "devDependencies": {
- "@actions/core": "^1.11.1",
- "@actions/github": "^6.0.0",
- "@types/adm-zip": "^0.5.7",
- "@types/discord-rpc": "^4.0.8",
- "@types/got": "^9.6.12",
- "@types/json-to-ast": "^2.1.4",
- "@types/semver": "^7.5.8",
- "@types/sharp": "^0.31.1",
- "@types/ws": "^8.5.14",
- "@vitest/coverage-v8": "^3.0.6",
- "@vitest/ui": "^3.0.6",
- "adm-zip": "^0.5.16",
- "cac": "^6.7.14",
- "chalk": "^5.4.1",
- "chokidar": "^4.0.3",
- "discord-rpc": "^4.0.1",
- "esbuild": "^0.25.0",
- "form-data": "^4.0.2",
- "gitdiff-parser": "^0.3.1",
- "globby": "^14.1.0",
- "got": "^14.4.6",
- "inquirer": "^12.4.2",
- "inquirer-autocomplete-standalone": "^0.8.1",
- "is-ci": "^4.1.0",
- "json-to-ast": "^2.1.0",
- "jsonschema": "^1.5.0",
- "mongodb": "^6.13.0",
- "multimatch": "^7.0.0",
- "ora": "^8.2.0",
- "semver": "^7.7.1",
- "sharp": "^0.33.5",
- "typescript": "^5.7.3",
- "vitest": "^3.0.6",
- "ws": "^8.18.0"
- },
- "overrides": {
- "whatwg-url": "^14.0.0"
- }
- }
|