-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "guox",
"version": "1.0.0",
"description": "GuOx — Age‑Skip v12: Ultimate enterprise‑grade, AI & WASM‑powered Express security framework",
"repository": "https://github.com/your‑org/guox",
"main": "dist/index.js",
"types": "dist/types.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"lint": "eslint 'src/**/*.ts'",
"test": "jest --config jest.config.js --coverage",
"prepare": "npm run lint && npm run build"
},
"keywords": [
"express","security","middleware","enterprise","ai-driven","wasm","threat-intel",
"anomaly-detection","self-healing","performance-monitor","csp","csrf","rate-limiter",
"slow-down","input-sanitizer","input-validator","oauth-guard","graphql-shield",
"api-protection","dependency-scanner"
],
"author": "Oxiron Development",
"license": "MIT",
"engines": { "node": ">=18.0.0" },
"dependencies": {
"celebrate": "^16.0.0",
"csurf": "^1.11.0",
"express-rate-limit": "^6.8.0",
"express-slow-down": "^1.5.0",
"helmet": "^7.0.0",
"joi": "^18.0.0",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^4.0.0",
"prom-client": "^15.0.0",
"winston": "^3.10.0",
"graphql-shield": "^8.0.0",
"npm-audit-report": "^1.3.0",
"svg-captcha": "^1.5.0",
"xss-clean": "^0.2.0",
"express-mongo-sanitize": "^2.3.0",
"wasm-sandbox-engine": "^2.1.0",
"ml-security-engine": "^1.4.0"
},
"peerDependencies": {
"express": ">=4.17.0",
"graphql": ">=16.0.0"
},
"devDependencies": {
"@types/express": "^4.17.18",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.0",
"typescript": "^5.2.0"
}
}