{
  "name": "@nestjs/azure-func-http",
  "version": "0.10.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@azure-func-http)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "scripts": {
    "build": "npm run build:lib && npm run build:schematics",
    "build:lib": "tsc -p tsconfig.json",
    "build:schematics": "tsc -p tsconfig.schematics.json",
    "lint": "eslint --ext ts --fix lib",
    "format": "prettier --write \"lib/**/*.ts\"",
    "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",
    "prerelease": "npm run build",
    "release": "release-it",
    "test": "jest -w 1 --no-cache --config jest.json",
    "test:dev": "NODE_ENV=test npm run -s test -- --watchAll"
  },
  "peerDependencies": {
    "@azure/functions": "^1.0.3 || ^2.0.0 || ^3.0.0",
    "@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "@nestjs/core": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
    "reflect-metadata": "^0.1.13"
  },
  "devDependencies": {
    "@angular-devkit/schematics": "^16.0.0",
    "@azure/functions": "3.5.1",
    "@commitlint/cli": "17.6.5",
    "@commitlint/config-angular": "17.6.5",
    "@nestjs/common": "10.0.2",
    "@nestjs/core": "10.0.2",
    "@nestjs/schematics": "10.0.1",
    "@types/node": "18.16.18",
    "@types/jest": "29.5.2",
    "@typescript-eslint/eslint-plugin": "5.59.11",
    "@typescript-eslint/parser": "5.59.11",
    "@schematics/angular": "16.1.0",
    "eslint": "8.43.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-import": "2.27.5",
    "husky": "8.0.3",
    "lint-staged": "13.2.2",
    "prettier": "2.8.8",
    "release-it": "15.11.0",
    "typescript": "5.1.3",
    "jest": "29.5.0",
    "ts-jest": "29.1.0"
  },
  "dependencies": {
    "cors": "2.8.5",
    "jsonc-parser": "^3.2.0",
    "trouter": "3.2.1"
  },
  "schematics": "./schematics/collection.json",
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  }
}
