{
  "name": "valiy",
  "version": "1.1.2",
  "description": "Validator - A mini regex library for most commonly used patterns",
  "main": "dist/lib.js",
  "module": "dist/lib.js",
  "scripts": {
    "build": "set NODE_ENV=production && webpack --config webpack.config.js --progress -p",
    "lint": "eslint src/.",
    "lint:fix": "eslint --fix src/."
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^7.1.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "clean-webpack-plugin": "^3.0.0",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "author": "WebChapter | Bharatpe",
  "license": "ISC",
  "dependencies": {
    "terser-webpack-plugin": "^3.0.3"
  }
}
