{ "name": "ai-code-trust", "version": "1.0.0", "description": "CLI tool to audit and assess trust in AI-generated code", "main": "dist/index.js", "bin": { "ai-code-trust": "dist/index.js" }, "scripts": { "build": "tsc", "test": "node --test dist/**/*.test.js", "lint": "tsc --noEmit" }, "keywords": [ "ai", "code", "trust", "audit", "security" ], "author": "BunBun Labs", "license": "MIT", "devDependencies": { "typescript": "^5.4.0" }, "dependencies": { "@types/node": "^25.9.3" } }