@fedify/nestjs
Version:
Integrate Fedify with Nest.js
65 lines • 1.5 kB
JSON
{
"name": "@fedify/nestjs",
"version": "2.2.3",
"description": "Integrate Fedify with Nest.js",
"keywords": [
"Fedify",
"Nest",
"Nest.js"
],
"author": {
"name": "Jaeyeol Lee",
"email": "jaeyeol.lee@hey.com",
"url": "https://kodingwarrior.github.io/"
},
"homepage": "https://fedify.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/fedify-dev/fedify.git",
"directory": "packages/nestjs"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fedify-dev/fedify/issues"
},
"funding": [
"https://opencollective.com/fedify",
"https://github.com/sponsors/dahlia"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"files": [
"dist/",
"package.json"
],
"peerDependencies": {
"@nestjs/common": "^11.0.1",
"express": "^4.0.0 || ^5.0.0",
"@fedify/fedify": "^2.2.3"
},
"devDependencies": {
"@types/express": "^4.0.0",
"@types/node": "^22.17.0",
"tsdown": "^0.21.6",
"typescript": "^6.0.0"
},
"scripts": {
"build:self": "tsdown",
"build": "pnpm --filter @fedify/nestjs... run build:self",
"prepublish": "pnpm build"
}
}