{ "name": "@burtson-labs/sentinel-audit", "version": "0.2.3", "description": "AI-driven repository audit: verified security, quality and supply-chain findings with runnable proofs, agent-executable fix plans, and SARIF output.", "license": "MIT", "type": "module", "engines": { "node": ">=22.6.0" }, "packageManager": "pnpm@9.0.0", "bin": { "sentinel": "./dist/cli.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "files": [ "dist", "profiles", "templates", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsc -p tsconfig.json --watch", "test": "vitest run", "test:watch": "vitest", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "typecheck": "tsc -p tsconfig.json --noEmit", "selfscan": "node dist/cli.js scan . --out .sentinel --format md,json,sarif", "prepublishOnly": "pnpm build && pnpm test" }, "keywords": [ "security", "audit", "sarif", "static-analysis", "supply-chain", "code-review", "owasp", "cwe", "agent" ], "dependencies": {}, "devDependencies": { "@eslint/js": "^9.17.0", "@types/node": "^22.10.2", "eslint": "^9.17.0", "typescript": "^5.7.2", "typescript-eslint": "^8.18.1", "vitest": "^4.1.11" }, "repository": { "type": "git", "url": "https://github.com/Burtson-Labs/sentinel-audit.git" } }