guardflux
Version:
A light callable lib to keep your API alive
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "guardflux",
"version": "2.3.1",
"description": "A light callable lib to keep your API alive",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "npx ts-node src/test/index.ts",
"build": "tsc",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yahya-aghdam/guardflux.git"
},
"keywords": [
"API",
"Express",
"Nextjs",
"Nestjs",
"Ratelimit",
"Security",
"DDoS"
],
"author": "Yahya Parvin Aghdam",
"license": "MIT",
"bugs": {
"url": "https://github.com/yahya-aghdam/guardflux/issues"
},
"homepage": "https://github.com/yahya-aghdam/guardflux#readme",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.13.13",
"jest": "^29.7.0",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"dependencies": {
"@mikro-orm/core": "^6.4.11",
"@mikro-orm/mongodb": "^6.4.11",
"@mikro-orm/mysql": "^6.4.11",
"@mikro-orm/postgresql": "^6.4.11",
"dotenv": "^16.4.7",
"joi": "^17.13.3"
}
}