{
  "name": "@nestjs/mapped-types",
  "version": "1.1.0",
  "description": "Nest - modern, fast, powerful node.js web framework (@mapped-types)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "url": "https://github.com/nestjs/mapped-types#readme",
  "scripts": {
    "build": "rimraf -rf dist && tsc -p tsconfig.json",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "format": "prettier \"{lib,tests}/**/*.ts\" --write",
    "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:e2e": "jest --config ./tests/jest-e2e.json --runInBand",
    "test:e2e:dev": "jest --config ./tests/jest-e2e.json --runInBand --watch",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "devDependencies": {
    "@commitlint/cli": "17.0.3",
    "@commitlint/config-angular": "17.0.3",
    "@nestjs/common": "9.0.1",
    "@types/jest": "28.1.4",
    "@types/node": "16.11.43",
    "@typescript-eslint/eslint-plugin": "5.30.5",
    "@typescript-eslint/parser": "5.30.5",
    "class-transformer": "0.5.1",
    "class-validator": "0.13.2",
    "eslint": "8.19.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "husky": "8.0.1",
    "jest": "28.1.2",
    "lint-staged": "13.0.3",
    "prettier": "2.7.1",
    "reflect-metadata": "0.1.13",
    "release-it": "15.1.1",
    "rimraf": "3.0.2",
    "ts-jest": "28.0.5",
    "typescript": "4.7.4"
  },
  "peerDependencies": {
    "@nestjs/common": "^7.0.8 || ^8.0.0 || ^9.0.0",
    "class-transformer": "^0.2.0 || ^0.3.0 || ^0.4.0 || ^0.5.0",
    "class-validator": "^0.11.1 || ^0.12.0 || ^0.13.0",
    "reflect-metadata": "^0.1.12"
  },
  "peerDependenciesMeta": {
    "class-validator": {
      "optional": true
    },
    "class-transformer": {
      "optional": true
    }
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write"
    ]
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nestjs/mapped-types"
  }
}
