UNPKG

@fedify/nestjs

Version:

Integrate Fedify with Nest.js

61 lines 1.37 kB
{ "name": "@fedify/nestjs", "version": "1.8.0-pr.309.1062+7bc9cc4d", "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": "nestjs" }, "license": "MIT", "bugs": { "url": "https://github.com/fedify-dev/fedify/issues" }, "funding": [ "https://opencollective.com/fedify", "https://github.com/sponsors/dahlia" ], "type": "module", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "files": [ "dist/", "package.json" ], "peerDependencies": { "@nestjs/common": "^11.0.1", "express": "^4.0.0", "@fedify/fedify": "1.8.0-pr.309.1062+7bc9cc4d" }, "devDependencies": { "@types/express": "^4.0.0", "@types/node": "^22.16.0", "tsdown": "^0.12.9", "typescript": "^5.8.3" }, "scripts": { "build": "tsdown", "prepublish": "tsdown" } }