{
  "name": "@quantumart/mobx-form-validation-kit",
  "version": "6.1.0",
  "description": "mobx typescript form control validation",
  "main": "dist/main.js",
  "module": "dist/main.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && webpack",
    "clean": "rimraf dist",
    "test": "tsc && jest"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/QuantumArt/mobx-form-validation-kit"
  },
  "bugs": {
    "url": "https://github.com/QuantumArt/mobx-form-validation-kit/issues"
  },
  "author": "Vitalii Alferov (company: http://quantumart.ru/)",
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "mobx": "^6.0.0",
    "react": "^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.22",
    "@types/node": "^14.14.37",
    "@types/react": "^17.0.3",
    "eslint-webpack-plugin": "^3.2.0",
    "jest": "^26.6.3",
    "mobx": "^6.1.8",
    "prettier": "^2.2.1",
    "react": "^17.0.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^26.5.4",
    "ts-loader": "^9.4.1",
    "tslint": "^6.1.3",
    "tslint-config-airbnb": "^5.11.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^4.2.3",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "prepublish": "tsc",
  "keywords": [
    "npm",
    "package",
    "validation",
    "mobx",
    "react"
  ],
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.js",
      "src/**/*.ts",
      "src/**/*.jsx",
      "src/**/*.tsx"
    ],
    "coverageReporters": [
      "lcov",
      "text"
    ],
    "transform": {
      "^.+\\.(jsx?|tsx?)$": "ts-jest"
    },
    "testRegex": ".+\\.test\\.(jsx?|tsx?)$",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ],
    "moduleFileExtensions": [
      "js",
      "ts",
      "jsx",
      "tsx"
    ]
  }
}
