{ "name": "bugproof", "mcpName": "io.github.sidinsearch/bugproof", "version": "1.6.5", "description": "Executable bug artifacts — portable, reproducible bug reports", "main": "dist/cli.js", "type": "module", "bin": { "bugproof": "dist/cli.js" }, "scripts": { "prepare": "npm run build && node scripts/postinstall.cjs", "build": "tsc", "postinstall": "node scripts/postinstall.cjs", "prepublishOnly": "npm run test && npm run lint", "dev": "tsx watch src/index.ts", "test": "npm run build && jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "eslint src --ext .ts", "format": "prettier --write 'src/**/*.ts'", "cli": "tsx src/cli.ts", "test:e2e": "node scripts/e2e-matrix.js", "test:matrix": "node scripts/multi-language-matrix.cjs", "test:comprehensive": "node scripts/comprehensive-test.js", "release": "node scripts/release.cjs" }, "keywords": [ "bug", "reproducible", "artifact", "cli", "debugging", "issue-tracking", "portable" ], "author": "BugProof Contributors", "license": "AGPL-3.0", "devDependencies": { "@eslint/js": "^10.0.0", "@types/archiver": "^7.0.0", "@types/jest": "^29.5.14", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^10.0.0", "jest": "^29.7.0", "prettier": "^3.0.0", "ts-jest": "^29.4.9", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "dependencies": { "archiver": "^7.0.1", "commander": "^14.0.0", "extract-zip": "^2.0.1", "https-proxy-agent": "^9.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "bin", "assets", "scripts/bugproof-file-association-*.sh", "scripts/bugproof-file-association-*.reg", "scripts/postinstall.cjs", "README.md", "LICENSE", "CHANGELOG.md", "tsconfig.json" ], "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/sidinsearch/BugProof.git" }, "bugs": { "url": "https://github.com/sidinsearch/BugProof/issues" }, "homepage": "https://github.com/sidinsearch/BugProof#readme" }