{
  "name": "types-cloudflare-worker",
  "version": "1.2.0",
  "description": "TypeScript types for the Cloudflare Worker API",
  "main": "global.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/udacity/cloudflare-typescript-workers.git"
  },
  "keywords": [
    "cloudflare",
    "workers",
    "typescript",
    "types"
  ],
  "author": "Brad Erickson <bderickson@gmail.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/udacity/cloudflare-typescript-workers/issues"
  },
  "homepage": "https://github.com/udacity/cloudflare-typescript-workers#readme",
  "types": "global.d.ts",
  "files": [
    "global.js",
    "global.d.ts",
    "LICENSE"
  ],
  "devDependencies": {
    "@types/node": "^12.12.26"
  }
}
