Files
attack-api/package.json

18 lines
355 B
JSON
Raw Permalink Normal View History

{
"name": "attack-api",
"version": "1.0.0",
"description": "WordPress WAF attack intelligence API + live dashboard",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"better-sqlite3": "^9.4.3",
"express": "^4.18.2"
},
"engines": {
"node": ">=18"
}
}