UNPKG

@webflorist/privacy-policy-vue

Version:

A GDPR compliant privacy policy component for Vue applications in german and english

78 lines (77 loc) 2.13 kB
{ "name": "@webflorist/privacy-policy-vue", "description": "A GDPR compliant privacy policy component for Vue applications in german and english", "repository": { "type": "git", "url": "git+https://github.com/webflorist/privacy-policy-vue.git" }, "bugs": { "url": "https://github.com/webflorist/privacy-policy-vue/issues" }, "homepage": "https://github.com/webflorist/privacy-policy-vue#readme", "keywords": [ "privacy", "policy", "privacy-policy", "data-protection", "localization", "legal", "german", "english", "gdpr", "vue" ], "author": "Gerald Buttinger <gerald@code.florist>", "license": "MIT", "type": "module", "exports": { ".": "./dist/components/privacy-policy.esm.js" }, "main": "./dist/components/privacy-policy.cjs.js", "module": "./dist/components/privacy-policy.esm.js", "browser": { "./sfc": "./src/components/PrivacyPolicy.vue" }, "scripts": { "build": "rollup -c && yarn lintfix", "release": "semantic-release", "lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .", "lintfix:js": "yarn lint:js --fix", "lint:prettier": "prettier --ignore-path ./.gitignore --check .", "lintfix:prettier": "prettier --ignore-path ./.gitignore --write --list-different .", "lint": "yarn lint:js && yarn lint:prettier", "lintfix": "yarn lintfix:prettier && yarn lintfix:js" }, "devDependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@vue/compiler-sfc": "^3.2.26", "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.2.0", "prettier": "2.5.1", "prettier-plugin-sh": "^0.8.1", "rollup": "^2.64.0", "rollup-plugin-vue": "^6.0.0", "semantic-release": "^18.0.1", "vue": "^3.0.0" }, "dependencies": { "@webflorist/privacy-policy-text": "^1.0.0" }, "peerDependencies": { "vue": "^2.0.0 || ^3.0.0" }, "peerDependenciesMeta": { "vue-i18n": { "optional": true } }, "publishConfig": { "access": "public", "scope": "@webflorist", "registry": "https://registry.npmjs.org" }, "version": "1.1.4" }