{
  "name": "@dhelarius/entity-parser",
  "version": "2.2.0",
  "description": "Parse yours json objects to tsc entities",
  "main": "index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dhelarius/entity-parser.git"
  },
  "keywords": [
    "typescript",
    "json-object",
    "entity",
    "parser"
  ],
  "author": "dhelarius <jeffrey.ayala2040@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dhelarius/entity-parser/issues"
  },
  "homepage": "https://github.com/dhelarius/entity-parser#readme",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}