{
  "name": "@operato/typeorm-history",
  "version": "10.16.2",
  "description": "History Entity for [TypeORM](http://typeorm.io)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hatiolab/operato.git",
    "directory": "packages/typeorm-history"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "lint": "TIMING=1 eslint --ignore-path ../../.eslintignore '**/*.ts'",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run build && rm -f dist/*.tsbuildinfo",
    "test": "jest --coverage",
    "test:e2e": "jest --coverage --runInBand --config=jest-e2e.config.js",
    "test:e2e:watch": "npm run test:e2e -- --watch",
    "test:watch": "npm run test -- --watch",
    "watch": "tsc --watch"
  },
  "devDependencies": {
    "@types/mime": "^4.0.0",
    "testing": "^1.0.38",
    "ulid": "^2.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "mime": "^4.0.6",
    "reflect-metadata": "^0.2.2",
    "typeorm": "^0.3.19"
  },
  "gitHead": "e96eb052293f2cc271e40293bf00a0d953b411fb"
}
