{
  "name": "@yama-dev/js-random-module",
  "version": "0.5.0",
  "description": "",
  "keywords": [
    "module",
    "random"
  ],
  "author": "yama-dev",
  "license": "MIT",
  "main": "./dist/js-random-module.js",
  "scripts": {
    "start": "npm install && npm run develop",
    "develop": "cross-env NODE_ENV=\"development\" npm-run-all -p build:develop server:develop",
    "server:develop": "browser-sync start --server ./ --directory ./sample --files **/*.css **/*.js **/*.html",
    "build:develop": "webpack --progress --colors --watch",
    "production": "cross-env NODE_ENV=\"production\" npm-run-all -p build:production server:production",
    "server:production": "browser-sync start --server ./ --directory ./sample --files **/*.css **/*.js **/*.html",
    "build:production": "webpack --progress --colors --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yama-dev/js-random-module"
  },
  "bugs": {
    "url": "https://github.com/yama-dev/js-random-module/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-transform-object-assign": "^7.2.0",
    "@babel/preset-env": "^7.4.5",
    "@babel/register": "^7.4.4",
    "babel-loader": "^8.0.6",
    "browser-sync": "^2.26.7",
    "cross-env": "^5.2.0",
    "eslint": "^5.16.0",
    "eslint-loader": "^2.1.1",
    "npm-run-all": "^4.1.2",
    "webpack": "^4.34.0",
    "webpack-cli": "^3.3.4"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "commonjs": true,
      "es6": true,
      "jquery": true,
      "node": true
    },
    "extends": "eslint:recommended",
    "parserOptions": {
      "ecmaFeatures": {
        "jsx": true
      },
      "ecmaVersion": 2018,
      "sourceType": "module"
    },
    "plugins": [],
    "rules": {
      "indent": [
        "error",
        2,
        {
          "outerIIFEBody": 0
        }
      ],
      "quotes": [
        "error",
        "single"
      ],
      "semi": [
        "error",
        "always"
      ],
      "no-console": "warn",
      "no-unused-vars": "warn"
    }
  }
}
