{
  "name": "comlink-loader",
  "version": "2.0.0",
  "description": "Webpack loader: offload modules to Worker threads seamlessly using Comlink",
  "main": "dist/comlink-loader.js",
  "repository": "GoogleChromeLabs/comlink-loader",
  "scripts": {
    "build": "microbundle --inline none --format cjs --no-compress src/*.js",
    "prepublishOnly": "npm run build",
    "dev": "karmatic watch --no-headless",
    "test": "npm run build && karmatic --no-coverage",
    "release": "npm t && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
  },
  "eslintConfig": {
    "extends": "developit",
    "rules": {
      "import/no-webpack-loader-syntax": false,
      "indent": [
        "error",
        2
      ]
    }
  },
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "webpack",
    "loader",
    "worker",
    "web worker",
    "thread",
    "comlink"
  ],
  "author": "The Chromium Authors",
  "contributors": [
    {
      "name": "Jason Miller",
      "email": "developit@google.com"
    },
    {
      "name": "Jasper Palfree",
      "email": "jasper@wellcaffeinated.net"
    }
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "eslint": "^4.16.0",
    "eslint-config-developit": "^1.1.1",
    "jasmine-sinon": "^0.4.0",
    "karmatic": "^1.4.0",
    "microbundle": "^0.11.0",
    "sinon": "^8.0.4",
    "webpack": "^4.41.2"
  },
  "dependencies": {
    "comlink": "^4.2.0",
    "loader-utils": "^1.1.0",
    "slash": "^3.0.0",
    "worker-loader": "^2.0.0"
  }
}
