{
  "name": "oslllo-validator",
  "version": "3.1.0",
  "description": "All in one Javascript validator",
  "main": "src/index.js",
  "scripts": {
    "eslint": "npx eslint",
    "lint": "npm run eslint -- src test",
    "lint:fix": "npm run eslint -- --fix src test",
    "test": "npm run test:code && npm run lint",
    "test:code": "npm run build && npm run test:only",
    "test:only": "nyc npx mocha",
    "build": "npm run browser:build && npm run docs:build",
    "docs:build": "node scripts/docs.build.js",
    "browser:build": "npm run webpack -- --config webpack.dev.js",
    "webpack": "npx webpack",
    "coverage": "npx nyc report --reporter=lcovonly"
  },
  "files": [
    "src",
    "LICENCE",
    "README.md"
  ],
  "sideEffects": false,
  "author": "Ghustavh Ehm <https://github.com/Ghustavh97>",
  "contributors": [
    {
      "name": "Ghustavh Ehm",
      "email": "Ghustavh97@gmail.com",
      "url": "https://github.com/Ghustavh97"
    },
    {
      "name": "oslllo",
      "email": "oslllo.com@gmail.com",
      "url": "https://github.com/oslllo"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oslllo/validator.git"
  },
  "keywords": [
    "oslllo",
    "validator",
    "javascript",
    "all-in-one-validator",
    "all-in-one"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oslllo/validator/issues"
  },
  "homepage": "https://docs.oslllo.com/validator/master",
  "dependencies": {
    "domino": "^2.1.6",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.18.6",
    "@babel/core": "^7.18.6",
    "@babel/preset-env": "^7.18.6",
    "chai": "^4.3.6",
    "clean-webpack-plugin": "^3.0.0",
    "coveralls": "^3.1.1",
    "eslint": "^7.32.0",
    "jsdoc-to-markdown": "^7.1.1",
    "jsdom": "^19.0.0",
    "mocha": "^8.4.0",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0",
    "webpack-merge": "^5.8.0"
  },
  "engines": {
    "node": ">= 10.0"
  }
}