{
  "name": "@tibbotech/web-serial-library",
  "version": "2.0.0",
  "description": "JavaScript API to access serial devices using a Tibbo Web232/Web485 board",
  "main": "build/TibboWebSerial.js",
  "scripts": {
    "build": "webpack",
    "test": "jest",
    "prepare": "npm run build",
    "trypublish": "npm publish || true"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tibbotech/web-serial-library"
  },
  "author": "Tibbo Technology <support@tibbo.com> (https:github.com/tibbotech)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tibbotech/web-serial-library/issues"
  },
  "homepage": "https://github.com/tibbotech/web-serial-library/issues",
  "keywords": [
    "Web232",
    "Web485",
    "USB-to-Serial"
  ],
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/polyfill": "^7.8.7",
    "@babel/preset-env": "^7.9.5",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.1.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-minify": "^0.5.0",
    "babel-preset-stage-0": "^6.24.1",
    "css-loader": "^3.5.3",
    "file-loader": "^6.0.0",
    "jest": "^25.4.0",
    "style-loader": "^1.2.0",
    "url-loader": "^4.1.0",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {},
  "jest": {
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/testMock.js",
      "\\.(css|less)$": "<rootDir>/scripts/testMock.js"
    }
  }
}
