{
  "name": "@typescript-entity/core",
  "version": "0.2.7",
  "description": "Typed entity library with attribute sanitization, normalization and validation.",
  "homepage": "https://github.com/typescript-entity/typescript-entity/tree/master/packages/%40typescript-entity/core#readme",
  "bugs": {
    "url": "https://github.com/typescript-entity/typescript-entity/issues"
  },
  "author": "Adam Pancutt <adam@pancutt.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/typescript-entity/typescript-entity.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist/"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@types/lodash": "4",
    "lodash": "^4.17.12",
    "make-error-cause": "2"
  },
  "devDependencies": {
    "rimraf": "3",
    "typescript": "4"
  },
  "scripts": {
    "prebuild": "rimraf './dist/'",
    "build": "tsc -p './tsconfig.build.json'"
  },
  "gitHead": "7e5fa9f87d4e2cae6bac3b5f15d69131c473866c"
}
