UNPKG

nestjs-auto-reflect-metadata-emitter

Version:

[![Actions Status](https://github.com/Codibre/nestjs-auto-reflect-metadata-emitter/workflows/build/badge.svg)](https://github.com/Codibre/nestjs-auto-reflect-metadata-emitter/actions) [![Actions Status](https://github.com/Codibre/nestjs-auto-reflect-metad

84 lines (83 loc) 2.11 kB
{ "name": "nestjs-auto-reflect-metadata-emitter", "version": "1.2.9", "main": "dist/index.js", "files": [ "dist", "decorators.js", "plugin.js" ], "scripts": { "lint": "npm run lint:format && npm run lint:style", "lint:fix": "npm run lint:format:fix && npm run lint:style:fix", "lint:format": "prettier --check '{src,test}/**/*.ts'", "lint:format:fix": "prettier --write '{src,test}/**/*.ts'", "lint:style": "eslint 'src/**'", "lint:style:fix": "eslint 'src/**' --fix", "build": "nest build", "prepare": "husky", "test": "jest test/unit", "test:coverage": "jest test/unit --coverage" }, "author": "", "license": "ISC", "description": "", "devDependencies": { "@nestjs/cli": "^10.4.5", "@types/lint-staged": "^13.3.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-plugin-unused-imports": "^4.1.4", "husky": "^9.1.6", "lint-staged": "^15.2.10", "prettier": "^3.3.3", "reflect-metadata": "^0.1.0", "tsconfig-paths": "^4.2.0", "typescript": "^5.3.3" }, "peerDependencies": { "reflect-metadata": "*", "@nestjs/cqrs": "*", "@nestjs/swagger": "*" }, "peerDependenciesMeta": { "@nestjs/cqrs": { "optional": true }, "@nestjs/swagger": { "optional": true } }, "contributors": [ "Thiago O Santos <tos.oliveira@gmail.com>" ], "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/codibre/nestjs-auto-reflect-metadata-emitter" }, "homepage": "https://codibre.github.io/nestjs-auto-reflect-metadata-emitter", "bugs": { "url": "https://github.com/codibre/nestjs-auto-reflect-metadata-emitter/issues" }, "keywords": [ "typescript", "@nestjs/cli", "typing", "emitDecoratorMetadata", "metadata", "auto", "nestjs", "decorators", "inject", "injection", "ioc" ], "dependencies": { "@codibre/fluent-iterable": "^1.39.1", "is-this-a-pigeon": "^0.11.0" } }