{
  "name": "@23zane/vue-validator",
  "version": "2.0.34",
  "description": "Validator based on Vuelidate",
  "main": "lib/validation.js",
  "keywords": [
    "vue",
    "vuelidate",
    "types",
    "typescript",
    "typing",
    "validation"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json"
  },
  "files": [
    "lib/**/*",
    "index.d.ts",
    "src/types.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/23zane/vue-validator.git"
  },
  "author": "23zane",
  "license": "ISC",
  "devDependencies": {
    "@babel/types": "^7.25.6",
    "@types/node": "^20.11.30",
    "prettier": "^3.3.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^5.6.2"
  },
  "dependencies": {
    "@types/vuelidate": "^0.7.21",
    "@vuelidate/core": "^2.0.3",
    "@vuelidate/validators": "^2.0.4",
    "dayjs": "^1.11.13",
    "vue": "^3.5.12"
  },
  "peerDependenciesMeta": {
    "@vue/composition-api": {
      "optional": true
    }
  }
}
