@antibot/server
Version:
## 🖥️💫 A quick express backend module.
37 lines (36 loc) • 801 B
JSON
{
"name": "@antibot/server",
"version": "1.1.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "J_DDev",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"pb": "yarn publish --access public",
"start": "node tests/test.js"
},
"dependencies": {
"@types/express": "^4.17.21",
"@types/glob": "^8.1.0",
"cors": "^2.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-rate-limit": "^7.1.4",
"glob": "7.2.0",
"helmet": "^7.1.0",
"path": "^0.12.7",
"typescript": "^5.2.2"
},
"repository": {
"url": "https://github.com/antibot-team/server"
},
"keywords": [
"antibot",
"anti-bot",
"express",
"quick-express",
"server"
]
}