{
  "name": "@selinarnd/nest-config",
  "description": "Nest module for configuration management",
  "version": "3.0.0-beta.6",
  "repository": {
    "type": "git",
    "url": "https://github.com/selina-dev/nest-config.git"
  },
  "author": {
    "name": "Elran Kadosh",
    "email": "elrankadosh@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/selina-dev/nest-config/issues"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build"
  ],
  "engines": {
    "node": ">=12.15.0 < 13"
  },
  "engineStrict": true,
  "config": {
    "engine-strict": true
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc -w",
    "build:typedoc": "typedoc --mode modules --tsconfig tsconfig.json --out ./typedoc/",
    "format": "tslint -p tsconfig.json --fix --exclude \"node_modules/**\" \"**/*.ts\" && cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" prettier --write \"**/*.{ts,js,json}\"",
    "lint": "tslint -p tsconfig.json -c tslint.json --exclude \"node_modules/**\" \"**/*.ts\"",
    "clean": "rimraf build coverage typedoc",
    "test": "jest",
    "test:watch": "yarn test --watch",
    "test:cov": "yarn test --coverage",
    "test:debug": "node --inspect node_modules/jest/bin/jest.js --runInBand --watch"
  },
  "dependencies": {
    "@nestjs/common": "^7.1.3",
    "@nestjs/core": "^7.1.3",
    "aws-sdk": "^2.624.0",
    "class-transformer": "^0.2.0",
    "lodash.chunk": "^4.2.0",
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@nestjs/platform-express": "^7.1.3",
    "@nestjs/testing": "^7.1.3",
    "@selinarnd/local-config": "^1.0.0-alpha.1",
    "@types/jest": "^24.0.11",
    "@types/lodash.chunk": "^4.2.6",
    "@types/node": "^11.12.2",
    "cross-env": "^5.2.0",
    "husky": "^1.3.1",
    "jest": "^24.5.0",
    "jest-junit": "^11.0.1",
    "lint-staged": "^8.1.5",
    "prettier": "^1.19.1",
    "rimraf": "^2.6.3",
    "ts-jest": "^24.0.1",
    "ts-loader": "^5.3.3",
    "ts-node": "^8.0.3",
    "tslint": "^5.14.0",
    "tslint-config-prettier": "^1.18.0",
    "typedoc": "^0.15.5",
    "typescript": "^3.8.2"
  }
}
