{
  "name": "wabac",
  "version": "0.1.1",
  "description": "A versioned cache backed by cloud storage",
  "license": "MIT",
  "repository": "paulmelnikow/wabac",
  "author": {
    "name": "Paul Melnikow",
    "url": "whois.paulmelnikow.com"
  },
  "main": "src/index.js",
  "files": [
    "DESIGN.md",
    "src/*.js",
    "!src/*.spec.js",
    "!src/test-*.js"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "test:js": "mocha --timeout 10000 \"src/**/*.spec.js\"",
    "lint": "eslint \"**/*.js\"",
    "prettier": "prettier --write \"**/*.@(js|md|yml|json)\"",
    "prettier:check": "prettier --check \"**/*.@(js|md|yml|json)\"",
    "test": "run-p --continue-on-error test:js lint prettier:check"
  },
  "keywords": [
    "web-cache",
    "web-archive",
    "versioned",
    "history"
  ],
  "dependencies": {
    "@google-cloud/storage": "^5.3.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-datetime": "^1.5.0",
    "dotenv": "^8.0.0",
    "eslint": "^7.1.0",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-mocha": "^8.0.0",
    "mocha": "^8.1.3",
    "npm-run-all": "^4.1.1",
    "prettier": "^2.0.2",
    "randomstring": "^1.1.5",
    "request-debug": "^0.2.0",
    "sazerac": "^2.0.0"
  }
}
