{ "name": "privacy.sexy", "version": "0.8.1", "author": "undergroundwires", "description": "Enforce privacy & security best-practices on Windows, because privacy is sexy 🍑🍆", "homepage": "https://privacy.sexy", "private": true, "repository": { "type": "git", "url": "https://github.com/undergroundwires/privacy.sexy.git" }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit", "lint": "npm run lint:vue && npm run lint:yaml && npm run lint:md && npm run lint:md:relative-urls && npm run lint:md:consistency", "electron:build": "vue-cli-service electron:build", "electron:serve": "vue-cli-service electron:serve", "lint:md": "markdownlint **/*.md --ignore node_modules", "lint:md:consistency": "remark . --frail --use remark-preset-lint-consistent", "lint:md:relative-urls": "remark . --frail --use remark-validate-links", "lint:vue": "vue-cli-service lint --no-fix", "lint:yaml": "yamllint **/*.yaml --ignore=node_modules/**/*.yaml", "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps" }, "main": "background.js", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.32", "@fortawesome/free-brands-svg-icons": "^5.15.1", "@fortawesome/free-regular-svg-icons": "^5.15.1", "@fortawesome/free-solid-svg-icons": "^5.15.1", "@fortawesome/vue-fontawesome": "^2.0.0", "ace-builds": "^1.4.12", "file-saver": "^2.0.2", "inversify": "^5.0.1", "liquor-tree": "^0.2.70", "v-tooltip": "2.0.2", "vue": "^2.6.12", "vue-class-component": "^7.2.6", "vue-js-modal": "^2.0.0-rc.6", "vue-property-decorator": "^9.0.2" }, "devDependencies": { "@types/ace": "0.0.44", "@types/chai": "^4.2.14", "@types/file-saver": "^2.0.1", "@types/mocha": "^8.0.3", "@vue/cli-plugin-typescript": "^4.5.7", "@vue/cli-plugin-unit-mocha": "^4.5.7", "@vue/cli-service": "^4.5.7", "@vue/test-utils": "1.1.0", "chai": "^4.2.0", "electron": "^10.1.3", "electron-devtools-installer": "^3.1.1", "electron-log": "^4.2.4", "electron-updater": "^4.3.5", "js-yaml-loader": "^1.2.2", "markdownlint-cli": "^0.24.0", "remark-cli": "^9.0.0", "remark-lint-no-dead-urls": "^1.1.0", "remark-preset-lint-consistent": "^4.0.0", "remark-validate-links": "^10.0.2", "sass": "^1.27.0", "sass-loader": "^10.0.3", "typescript": "^4.0.3", "vue-cli-plugin-electron-builder": "^2.0.0-rc.4", "vue-template-compiler": "^2.6.12", "yaml-lint": "^1.2.4" } }