badan-expresser
Version:
A serializer to use Express as the core of Badan
35 lines (34 loc) • 826 B
JSON
{
"name": "badan-expresser",
"version": "1.0.4",
"description": "A serializer to use Express as the core of Badan",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hosam95/Badan-Expresser.git"
},
"keywords": [
"badan",
"express"
],
"author": "Hosam Saeed",
"license": "MIT",
"bugs": {
"url": "https://github.com/hosam95/Badan-Expresser/issues"
},
"homepage": "https://github.com/hosam95/Badan-Expresser#readme",
"dependencies": {
"badan-serializers": "^1.0.1",
"express": "^4.21.1"
},
"devDependencies": {
"@types/express": "^5.0.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}