{
  "name": "typeorm-encrypted",
  "version": "0.8.0",
  "description": "encrypted typeorm fields",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "devDependencies": {
    "@types/chai": "^4.2.13",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.11.2",
    "chai": "^4.1.2",
    "mocha": "^8.1.3",
    "prettier": "^2.0.5",
    "sqlite3": "^5.0.10",
    "ts-node": "^10.9.1",
    "tslint": "^6.1.3",
    "typeorm": "^0.3.7",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "typeorm": "^0.3.7"
  },
  "scripts": {
    "prepare": "npm run build",
    "clean": "rm -rf lib",
    "build": "tsc",
    "test": "mocha --reporter spec --require ts-node/register 'test/**/*.test.ts'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/generalpiston/typeorm-encrypted.git"
  },
  "keywords": [
    "typescript",
    "typeorm",
    "encrypted",
    "encryption",
    "encrypt"
  ],
  "author": {
    "name": "Abraham Elmahrek",
    "email": "abraham@elmahrek.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/generalpiston/typeorm-encrypted/issues"
  },
  "homepage": "https://github.com/generalpiston/typeorm-encrypted#readme"
}
