{
  "name": "@sergiomarques/sword-validation",
  "version": "1.0.5",
  "description": "Field validation tooling and defaults for SWORD Health Web Clients",
  "main": "dist/index.js",
  "scripts": {
    "build": "npx babel src --out-dir dist",
    "upload": "npm run build && npm publish --access public",
    "exec": "npm run build && node ./dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "sword",
    "health",
    "validation"
  ],
  "author": "Sérgio Marques",
  "license": "ISC",
  "dependencies": {
    "vuelidate": "^0.7.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/preset-env": "^7.6.3"
  }
}
