{
  "name": "@digikare/nestjs-azure-appconfig",
  "version": "0.0.1",
  "description": "An azure app configuration module for nestjs",
  "homepage": "https://github.com/digikare/monorepo-libs#readme",
  "main": "dist/index.js",
  "license": "MIT",
  "author": "Tieu-Philippe KHIM <pkhim@digikare.com>",
  "contributors": [],
  "publishConfig": {
    "access": "public",
    "tag": "next"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsc -p tsconfig.build.json --watch",
    "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
    "lint": "eslint -f codeframe --fix",
    "precommit": "lint-staged",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "test": "jest --config ./jest.json --runInBand",
    "test:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
    "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch",
    "test:debug": "node --inspect-brk ./node_modules/.bin/ts-node tests/src/main.ts",
    "test:live": "ts-node tests/src/main.ts"
  },
  "devDependencies": {
    "@nestjs/common": "^7.1.0",
    "@nestjs/core": "^7.1.0",
    "@nestjs/platform-express": "^7.3.2",
    "@nestjs/testing": "^7.4.4",
    "@shared/eslint-config": "^0.0.0",
    "@types/jest": "^26.0.7",
    "@types/node": "^12.12.53",
    "@types/supertest": "^2.0.10",
    "@typescript-eslint/eslint-plugin": "^3.0.2",
    "@typescript-eslint/parser": "^4.6.0",
    "dotenv": "^8.2.0",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "jest": "^26.1.0",
    "lint-staged": "^10.5.0",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "rxjs": "^6.6.0",
    "supertest": "^4.0.2",
    "ts-jest": "^26.1.4",
    "ts-node": "^8.3.0",
    "typescript": "^3.9.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^6.0.0 || ^7.0.0",
    "@nestjs/core": "^6.0.0 || ^7.0.0",
    "reflect-metadata": "^0.1.12",
    "rxjs": "^6.0.0"
  },
  "dependencies": {
    "@azure/app-configuration": "^1.1.0",
    "@azure/identity": "^1.1.0",
    "@types/debug": "^4.1.5",
    "debug": "^4.2.0"
  },
  "keywords": [
    "nestjs",
    "azure",
    "configuration",
    "App Configuration",
    "AppConfig"
  ],
  "gitHead": "70368be02386a3fbd18fa4e0c180e4818807d779"
}
