{
  "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"
  }
}