tasq/node_modules/@claude-flow/security/package.json

29 lines
587 B
JSON

{
"name": "@claude-flow/security",
"version": "3.0.0-alpha.1",
"type": "module",
"description": "Security module - CVE fixes, input validation, path security",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.js"
},
"scripts": {
"test": "vitest run",
"build": "tsc"
},
"dependencies": {
"bcrypt": "^5.1.1",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"vitest": "^1.0.0"
},
"publishConfig": {
"access": "public",
"tag": "v3alpha"
}
}