????

Your IP : 3.136.236.39


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/class-transformer/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/class-transformer/package.json

{
  "name": "class-transformer",
  "version": "0.3.1",
  "description": "Proper decorator-based transformation / serialization / deserialization of plain javascript objects to class constructors",
  "license": "MIT",
  "readmeFilename": "README.md",
  "author": {
    "name": "Umed Khudoiberdiev",
    "email": "pleerock.me@gmail.com"
  },
  "contributors": [
    {
      "name": "Jonathas Morais",
      "url": "https://github.com/jotamorais"
    },
    {
      "name": "Rob Muchal",
      "url": "https://github.com/rmuchall"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/typestack/class-transformer.git"
  },
  "bugs": {
    "url": "https://github.com/typestack/class-transformer/issues"
  },
  "tags": [
    "serialization",
    "deserialization",
    "serializer",
    "typescript",
    "object-to-class",
    "typescript-serializer"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.md": [
      "npm run prettier:fix"
    ],
    "*.ts": [
      "npm run prettier:fix"
    ]
  }
}