{
  "name": "vue3-social-sharing",
  "version": "1.4.1",
  "description": "Vue 3 social sharing plugin",
  "repository": "https://github.com/hedint/vue3-social-sharing",
  "keywords": [
    "vue",
    "vue 3",
    "vue3",
    "vue plugin",
    "social sharing",
    "social share",
    "social sharing plugin",
    "vue social sharing",
    "vue social share",
    "vue 3 social sharing",
    "vue 3 social sharing plugin"
  ],
  "type": "module",
  "author": "Vyacheslav Volodin<vachvol@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "vite build && vue-tsc --emitDeclarationOnly",
    "types": "vue-tsc",
    "lint:js": "eslint .",
    "lint:fix": "npm run lint:js -- --fix && npm run lint:style -- --fix",
    "lint": "npm run lint:js",
    "test:unit": "vitest run",
    "test": "npm run test:unit",
    "release": "npm run lint && npm run test && npm run build && changelogen --release && npm publish"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "dependencies": {
    "vue": "^3.3.11"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^2.6.3",
    "@vitejs/plugin-vue": "^4.5.2",
    "@vue/test-utils": "^2.4.4",
    "changelogen": "^0.5.5",
    "eslint": "^8.56.0",
    "jsdom": "^24.0.0",
    "sass": "^1.70.0",
    "stylelint": "^16.2.0",
    "stylelint-config-idiomatic-order": "^10.0.0",
    "stylelint-config-recommended-scss": "^14.0.0",
    "stylelint-config-standard-scss": "^13.0.0",
    "typescript": "^5.2.2",
    "vite": "^5.0.8",
    "vite-plugin-lib-inject-css": "^1.3.0",
    "vitest": "^1.3.0",
    "vue-tsc": "^1.8.25"
  },
  "peerDependencies": {
    "vue": "^3.3.11"
  }
}