{
  "name": "use-yup",
  "version": "1.1.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "description": "Yup validation express middlewere and react hook",
  "repository": "https://github.com/lvkdotsh/useyup.git",
  "author": "Lucemans <luc@lucemans.nl>",
  "files": [
    "lib"
  ],
  "keywords": [
    "yup",
    "express",
    "react",
    "hook",
    "middlewere",
    "useyup"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test",
    "preversion": "yarn build && yarn test",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "@types/express": "^4.17.13",
    "@types/jest": "^27.0.2",
    "@types/yup": "^0.29.13",
    "jest": "^27.3.1",
    "ts-jest": "^27.0.7",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "express": "^4.17.1",
    "yup": "^0.32.11"
  }
}
