{
  "name": "akamai-fast-purge",
  "version": "1.1.0",
  "description": "A simple unofficial Akamai Fast Purge v3 API wrapper for NodeJS",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --build",
    "watch": "tsc --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zbone3/node-akamai-fast-purge-api.git"
  },
  "keywords": [
    "Akamai",
    "Fast",
    "Purge",
    "API",
    "CCU"
  ],
  "author": "Ziv Eli",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zbone3/node-akamai-fast-purge-api/issues"
  },
  "homepage": "https://github.com/zbone3/node-akamai-fast-purge-api#readme",
  "dependencies": {
    "akamai-edgegrid": "^3.1.4"
  },
  "devDependencies": {
    "@types/node": "^12.11.1",
    "typescript": "^3.6.4"
  }
}
