{
  "name": "yup-locales",
  "version": "1.2.28",
  "main": "dist/index.js",
  "license": "MIT",
  "module": "dist/yup-locales.esm.js",
  "typings": "dist/index.d.ts",
  "keywords": [
    "yup",
    "locales",
    "locale"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/loicmahieu/yup-locales.git"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test",
    "lint": "tsdx lint",
    "prepare": "npm run build && husky install",
    "semantic-release": "semantic-release"
  },
  "peerDependencies": {},
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "^7.0.8",
    "@types/jest": "^28.1.0",
    "@vitalets/google-translate-api": "^8.0.0",
    "fs-extra": "^10.1.0",
    "husky": "^8.0.3",
    "size-limit": "^7.0.8",
    "tsdx": "^0.14.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.2",
    "yup": "^1.2.0"
  }
}
