Initial commit: ai-code-trust CLI tool v1.0.0
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user