{
  "name": "@rise/rise-validators",
  "version": "1.0.0-alpha.24",
  "description": "RiSE Validators Utility",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rise-app/rise-validators.git"
  },
  "keywords": [
    "rise",
    "validators",
    "sdk",
    "utility"
  ],
  "author": {
    "name": "scott-wyatt",
    "email": "scott@rise.store",
    "url": "https://rise.store"
  },
  "license": "GPLv3",
  "bugs": {
    "url": "https://github.com/rise-app/rise-validators/issues"
  },
  "homepage": "https://github.com/rise-app/rise-validators#readme",
  "scripts": {
    "release": "standard-version",
    "build": "tsc -p ./lib/tsconfig.release.json",
    "pre-test": "run-s clean build",
    "test": "npm run clean && npm run build && nyc mocha",
    "compile": "npm run clean && npm run build",
    "clean": "rm -rf dist"
  },
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "pre-commit": [
    "test"
  ],
  "dependencies": {
    "@fabrix/regexdot": "^1.0.1",
    "@hapi/joi": "^15.1.1",
    "@rise/rise-values": "^1.0.0-alpha.17"
  },
  "devDependencies": {
    "@types/node": "~12.7.8",
    "mocha": "^6",
    "npm-run-all": "^4.1.5",
    "nyc": "^14.1.1",
    "pre-commit": "^1.2.2",
    "standard-version": "^8.0.2",
    "ts-node": "^8.3.0",
    "tslib": "~1.9.0",
    "tslint": "~5.14.0",
    "tslint-microsoft-contrib": "~6.1.0",
    "tsutils": "~3.9.1",
    "typedoc": "^0.15.0",
    "typedoc-plugin-markdown": "^1.2.0",
    "typescript": "~3.3.4000",
    "typescript-closure-compiler": "^1.8.11"
  },
  "engines": {
    "node": ">= 7.6.0",
    "npm": ">= 3.10.0"
  }
}
