{
  "name": "scanthng",
  "version": "4.14.0",
  "description": "evrythng.js plugin for recognising products in a web app.",
  "main": "dist/scanthng.js",
  "scripts": {
    "lint": "eslint --max-warnings 0 --ext .js ./src",
    "build": "npm run lint && webpack --config webpack.config.js --mode production",
    "build:dev": "webpack --config webpack.config.js --mode development",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/evrythng/scanthng.js.git"
  },
  "author": "EVRYTHNG Ltd. <support@evrythng.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/evrythng/scanthng.js/issues"
  },
  "homepage": "https://github.com/evrythng/scanthng.js#readme",
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "babel-loader": "^8.2.3",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-plugin-import": "^2.25.2",
    "webpack": "^5.60.0",
    "webpack-cli": "^4.9.1"
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "commonjs": true,
      "mocha": true
    },
    "extends": [
      "airbnb-base"
    ],
    "parserOptions": {
      "ecmaVersion": 12
    },
    "rules": {
      "no-console": 0,
      "no-alert": 0,
      "no-param-reassign": [
        "error",
        {
          "props": false
        }
      ]
    },
    "globals": {
      "evrythng": "readonly",
      "ScanThng": "readonly",
      "DigimarcDetector": "readonly"
    }
  },
  "eslintIgnore": [
    "node_modules",
    "dist",
    "test/feature"
  ]
}
