UNPKG

@webflorist/privacy-policy-text

Version:

Open source texts for a GDPR compliant privacy policy in german and english. Available as php or json.

69 lines (68 loc) 2.01 kB
{ "name": "@webflorist/privacy-policy-text", "description": "Open source texts for a GDPR compliant privacy policy in german and english. Available as php or json.", "repository": { "type": "git", "url": "git+https://github.com/webflorist/privacy-policy-text.git" }, "bugs": { "url": "https://github.com/webflorist/privacy-policy-text/issues" }, "homepage": "https://github.com/webflorist/privacy-policy-text#readme", "keywords": [ "privacy", "policy", "privacy-policy", "data-protection", "localization", "legal", "german", "english", "gdpr" ], "author": "Gerald Buttinger <gerald@code.florist>", "license": "MIT", "type": "module", "main": "./dist/privacy-policy-text.cjs.js", "module": "./dist/privacy-policy-text.esm.js", "exports": { ".": "./dist/privacy-policy-text.esm.js" }, "files": [ "dist/**/*.json", "dist/**/*.ts", "dist/**/*.js" ], "scripts": { "build": "php ./src/generate.php && 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": { "@prettier/plugin-php": "^0.17.6", "@semantic-release/changelog": "^6.0.1", "@semantic-release/git": "^10.0.1", "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "marked": "^4.0.10", "prettier": "^2.5.1", "prettier-plugin-sh": "^0.8.1", "rollup": "^2.62.0", "semantic-release": "^18.0.1", "typescript": "^4.5.4" }, "publishConfig": { "access": "public", "scope": "@webflorist", "registry": "https://registry.npmjs.org" }, "version": "1.5.4" }