@governed/frameworks
Version:
OWASP, NIST, ISO, MITRE AI threat coverage scores with evaluation methodology
26 lines (25 loc) • 677 B
JSON
{
"name": "@governed/frameworks",
"version": "0.1.0",
"description": "OWASP, NIST, ISO, MITRE AI threat coverage scores with evaluation methodology",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist", "README.md"],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": ["ai-security", "owasp", "nist", "mitre", "frameworks", "governance"],
"author": "living-governance.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/governed/living-governance.git"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "^5.0.0"
}
}