@fedify/express
Version:
Integrate Fedify with Express
51 lines (50 loc) • 1.16 kB
JSON
{
"name": "@fedify/express",
"version": "0.2.1",
"description": "Integrate Fedify with Express",
"keywords": ["Fedify", "Express", "Express.js"],
"author": {
"name": "Hong Minhee",
"email": "hong@minhee.org",
"url": "https://hongminhee.org/"
},
"homepage": "https://github.com/fedify-dev/express",
"repository": {
"type": "git",
"url": "git+https://github.com/fedify-dev/express.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fedify-dev/express/issues"
},
"funding": [
"https://github.com/sponsors/dahlia"
],
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": ["dist/"],
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/express": ">=4.0.0 <5",
"@types/node": "^20.14.10",
"express": ">= 4.0.0 < 5",
"tsup": "^8.1.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@fedify/fedify": ">=0.12.0 <2"
},
"scripts": {
"build": "tsup",
"prepack": "tsup"
}
}