{
  "name": "@commonshost/manifest",
  "description": "Manifest for HTTP Server Push",
  "author": "Sebastiaan Deckers <sebdeckers83@gmail.com>",
  "repository": "gitlab:commonshost/manifest",
  "license": "ISC",
  "version": "3.0.1",
  "main": "src/manifest.js",
  "bin": {
    "manifest": "./src/cli.js"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "test": "npm run lint && npm run proof",
    "lint": "standard --verbose | snazzy",
    "proof": "tape 'test/*.js'"
  },
  "devDependencies": {
    "blue-tape": "^1.0.0",
    "snazzy": "^8.0.0",
    "standard": "^12.0.1",
    "tape": "^4.10.1"
  },
  "dependencies": {
    "@commonshost/sherlock": "^2.2.0",
    "@commonshost/static-directories": "^1.0.0",
    "ajv": "^6.10.0",
    "directory-exists": "^2.0.1",
    "get-stdin": "^7.0.0",
    "hard-rejection": "^2.1.0",
    "hosted-git-info": "^2.7.1",
    "normalize-package-data": "^2.5.0",
    "request-destination": "^1.0.0",
    "update-notifier": "^3.0.0",
    "yargs": "^13.2.4"
  },
  "standard": {
    "ignore": [
      "test/fixtures/translate/expected/cloudflare"
    ]
  }
}
