{
  "name": "workly",
  "version": "1.3.1",
  "description": "A really simple way to move a stand-alone function/class to a web worker.",
  "source": "index.js",
  "main": "dist/workly.umd.js",
  "module": "dist/workly.m.js",
  "browser": "dist/workly.js",
  "types": "dist/workly.d.ts",
  "scripts": {
    "build": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pshihn/workly.git"
  },
  "keywords": [
    "worker",
    "webworker"
  ],
  "author": "Preet Shihn <preetshihn@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pshihn/workly/issues"
  },
  "homepage": "https://github.com/pshihn/workly#readme",
  "devDependencies": {
    "rollup": "^1.29.1",
    "rollup-plugin-terser": "^5.2.0"
  }
}