{
  "name": "encrypted-nestjs",
  "version": "0.1.15",
  "description": "NestJS with AES Encryption",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "rm -rf lib && ttsc",
    "dev": "npm run build -- --watch",
    "test": "node lib/test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/encrypted-nestjs"
  },
  "keywords": [
    "nestjs",
    "aes",
    "encryption",
    "api",
    "fetcher"
  ],
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/encrypted-nestjs/issues"
  },
  "homepage": "https://github.com/samchon/encrypted-nestjs#readme",
  "devDependencies": {
    "@types/node": "^14.6.0",
    "ts-node": "^9.1.1",
    "ttypescript": "^1.5.12",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "@nestjs/common": "x.x.x",
    "@nestjs/core": "x.x.x",
    "@nestjs/platform-express": "x.x.x",
    "@types/express": "x.x.x",
    "encrypted-fetcher": "^0.1.0",
    "raw-body": "x.x.x",
    "reflect-metadata": "x.x.x",
    "rxjs": "x.x.x",
    "typescript-is": "x.x.x"
  }
}
