UNPKG

@ilhamtahir/nestjs-mapper

Version:

NestJS integration for @ilhamtahir/ts-mapper - A MapStruct-like object mapping library for TypeScript

43 lines 1.07 kB
{ "name": "@ilhamtahir/nestjs-mapper", "version": "1.0.4", "description": "NestJS integration for @ilhamtahir/ts-mapper - A MapStruct-like object mapping library for TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "CHANGELOG.md" ], "repository": { "type": "git", "url": "https://github.com/ilhamtahir/nestjs-mapper.git", "directory": "packages/nestjs" }, "bugs": { "url": "https://github.com/ilhamtahir/nestjs-mapper/issues" }, "homepage": "https://github.com/ilhamtahir/nestjs-mapper#readme", "keywords": [ "nestjs", "mapper", "dto", "entity", "typescript", "mapstruct" ], "dependencies": { "@nestjs/common": "^10.0.0", "@ilhamtahir/ts-mapper": "1.0.4" }, "peerDependencies": { "@nestjs/common": "^10.0.0", "reflect-metadata": "^0.1.12 || ^0.2.0" }, "license": "MIT", "author": "IlhamTahir", "scripts": { "build": "tsc -p tsconfig.json", "test": "echo \"Error: no test specified\" && exit 1" } }