apihub24_nestjs_helper/package.json
2025-08-20 16:46:12 +02:00

27 lines
518 B
JSON

{
"name": "@apihub24/nestjs-helper",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@nestjs/common": "^11.1.6"
},
"devDependencies": {
"typescript": "^5.9.2"
},
"keywords": [],
"author": {
"email": "markusmorgenstern87@outlook.de",
"name": "Markus Morgenstern",
"url": "https://git.apihub24.de/"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}