fluent-vuelidate
Version:
A fluent, typescript-first validation library for Vue3
60 lines (59 loc) • 1.63 kB
JSON
{
"name": "fluent-vuelidate",
"version": "1.0.6",
"description": "A fluent, typescript-first validation library for Vue3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/geekhybrid/fluent-vuelidate.git"
},
"keywords": [
"Vue 3",
"Validation",
"Vuelidate",
"Fluent API",
"Typescript"
],
"author": "Enyi Francis Hocaha",
"main": "dist/index.d.ts",
"types": "dist/types.d.ts",
"files": [
"dist/"
],
"sideEffects": false,
"scripts": {
"sample": "vite --port 8081",
"prebuild": "rimraf ./dist",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"test": "mocha",
"build": "tsc",
"postbuild": "rimraf ./dist/src/sample ./dist/vite.config.d.ts ./dist/vite.config.js",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.16.7",
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@vitejs/plugin-vue": "^1.9.3",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"mocha": "9.0.0",
"prettier": "^2.5.1",
"tsdx": "^0.14.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"ttypescript": "^1.5.12",
"typescript": "^4.0.3",
"vite": "^2.6.4",
"vue": "^3.0.5"
},
"engines": {
"node": ">=12"
}
}