{
  "name": "is-https",
  "version": "3.0.2",
  "description": "Check if the given request is HTTPS",
  "repository": "nuxt-contrib/is-https",
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "siroc build",
    "release": "yarn build && standard-version && npm publish && git push --follow-tags"
  },
  "devDependencies": {
    "@types/node": "^14.0.6",
    "rollup-plugin-typescript2": "^0.27.1",
    "siroc": "^0.6.0",
    "standard-version": "^8.0.0",
    "typescript": "^3.9.3"
  }
}
