{
  "name": "fastly-lib",
  "version": "0.10.8",
  "description": "API fastly client for Node.js",
  "main": "lib/fastly.js",
  "scripts": {
    "test": "tap test/*.js",
    "posttest": "tap --coverage-report=text-lcov | codecov --pipe"
  },
  "tap": {
    "check-coverage": false
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luisan00/fastly-lib.git"
  },
  "homepage": "https://luisan00.github.io/fastly-lib/",
  "keywords": [
    "fastly",
    "cache",
    "api",
    "cdn"
  ],
  "devDependencies": {
    "codecov": "^3.8.3",
    "tap": "^16.3.0"
  },
  "author": "luisan00",
  "license": "MIT"
}
