UNPKG

@ilhamtahir/ts-mapper

Version:

[![npm version](https://img.shields.io/npm/v/@ilhamtahir/ts-mapper.svg)](https://www.npmjs.com/package/@ilhamtahir/ts-mapper) [![npm downloads](https://img.shields.io/npm/dm/@ilhamtahir/ts-mapper.svg)](https://www.npmjs.com/package/@ilhamtahir/ts-mapper)

34 lines 703 B
{ "name": "@ilhamtahir/ts-mapper", "version": "1.0.4", "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/core" }, "bugs": { "url": "https://github.com/ilhamtahir/nestjs-mapper/issues" }, "homepage": "https://github.com/ilhamtahir/nestjs-mapper#readme", "keywords": [ "typescript", "mapper", "dto", "entity", "object-mapping", "mapstruct", "transform" ], "license": "MIT", "author": "IlhamTahir", "scripts": { "build": "tsc -p tsconfig.json" } }