{
  "name": "workers-preview",
  "version": "1.0.6",
  "description": "Preview your workers script via an npm-script",
  "main": "bin/workers-preview.js",
  "bin": {
    "workers-preview": "bin/workers-preview.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "John Fawcett",
  "repository": "jrf0110/workers-preview",
  "license": "ISC",
  "dependencies": {
    "opn": "^5.3.0"
  }
}
