{
  "name": "@nestjs/mapped-types",
  "version": "0.4.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": "12.0.1",
    "@commitlint/config-angular": "12.0.1",
    "@nestjs/common": "7.6.13",
    "@types/jest": "26.0.20",
    "@types/node": "7.10.14",
    "@typescript-eslint/eslint-plugin": "4.17.0",
    "@typescript-eslint/parser": "4.17.0",
    "class-transformer": "0.4.0",
    "class-validator": "0.13.1",
    "eslint": "7.21.0",
    "eslint-config-prettier": "8.1.0",
    "eslint-plugin-import": "2.22.1",
    "husky": "5.1.3",
    "jest": "26.6.3",
    "lint-staged": "10.5.4",
    "prettier": "2.2.1",
    "reflect-metadata": "0.1.13",
    "release-it": "14.4.1",
    "rimraf": "3.0.2",
    "ts-jest": "26.5.3",
    "typescript": "4.2.3"
  },
  "peerDependencies": {
    "@nestjs/common": "^7.0.8",
    "class-transformer": "^0.2.0 || ^0.3.0 || ^0.4.0",
    "class-validator": "^0.11.1 || ^0.12.0 || ^0.13.0",
    "reflect-metadata": "^0.1.12"
  },
  "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"
  }
}
