UNPKG

573 BJSONView Raw
1{
2 "name": "is-https",
3 "version": "3.0.1",
4 "description": "Check if the given request is HTTPS",
5 "repository": "nuxt-contrib/is-https",
6 "license": "MIT",
7 "main": "dist/index.js",
8 "types": "dist/index.d.ts",
9 "files": [
10 "dist"
11 ],
12 "scripts": {
13 "build": "siroc build",
14 "release": "yarn build && standard-version && npm publish && git push --follow-tags"
15 },
16 "devDependencies": {
17 "@types/node": "^14.0.6",
18 "rollup-plugin-typescript2": "^0.27.1",
19 "siroc": "^0.6.0",
20 "standard-version": "^8.0.0",
21 "typescript": "^3.9.3"
22 }
23}