{
  "name": "@mornya/react-social-libs",
  "version": "4.1.5",
  "description": "The project of React.js Social Share and Widget modules.",
  "keywords": [
    "mornya",
    "vessel",
    "typescript",
    "ecmascript",
    "react",
    "nextjs",
    "front-end",
    "social",
    "share",
    "widget",
    "clipboard",
    "email",
    "facebook",
    "flipboard",
    "google",
    "kakao",
    "linkedin",
    "naver",
    "sms",
    "telegram",
    "tumblr",
    "twitter"
  ],
  "homepage": "https://github.com/mornya-libs/mornya-react-social-libs",
  "bugs": "https://github.com/mornya-libs/mornya-react-social-libs/issues",
  "license": "ISC",
  "author": "mornya <mornya78@gmail.com>",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mornya-libs/mornya-react-social-libs.git"
  },
  "main": "./dist/index.js",
  "module": "./esm/index.js",
  "types": "./dist",
  "scripts": {
    "setup": "husky && lintest install || exit 0",
    "prepublishOnly": "vessel prepublish && vessel build && vessel build --esm",
    "login": "vessel login",
    "build": "vessel build",
    "build:esm": "vessel build --esm",
    "watch": "vessel build --watch",
    "format": "prettier --write --ignore-path .prettierignore ./src ./types",
    "check": "vessel check",
    "clean": "vessel clean",
    "init": "lintest uninstall && lintest export",
    "lint": "lintest lint",
    "lint:fix": "lintest lint --fix",
    "test": "lintest test",
    "test:watch": "lintest test --watch",
    "test:coverage": "lintest test --coverage",
    "sonar": "sonar-scanner"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "dist",
    "!dist/test",
    "!dist/**/@setup.d.ts",
    "!dist/**/@setup.js",
    "!dist/**/*.test.d.ts",
    "!dist/**/*.test.js",
    "esm",
    "!esm/test",
    "!esm/**/@setup.d.ts",
    "!esm/**/@setup.js",
    "!esm/**/*.test.d.ts",
    "!esm/**/*.test.js",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "README-IMAGE.png"
  ],
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17 || ^18 || ^19",
    "react-dom": "^16.8 || ^17 || ^18 || ^19"
  },
  "dependencies": {
    "@mornya/dynamic-load-libs": "^0.3.5",
    "@mornya/platform-libs": "^2.1.2",
    "react-copy-to-clipboard": "^5.1.0"
  },
  "devDependencies": {
    "@lintest/core": "^1.17.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^24.0.12",
    "@types/react": "18.3.23",
    "@types/react-copy-to-clipboard": "^5.0.7",
    "@types/react-dom": "18.3.7",
    "eslint": "^8.57.1",
    "husky": "^9.1.7",
    "lint-staged": "^16.1.2",
    "prettier": "^3.6.2",
    "typescript": "^5.8.3"
  },
  "lint-staged": {
    "*.{css,scss}": [
      "prettier --write --ignore-path .prettierignore"
    ],
    "*.{ts,tsx}": [
      "prettier --write --ignore-path .prettierignore",
      "lintest check",
      "lintest lint"
    ]
  },
  "vessel": {
    "minVersion": "5.6.1"
  }
}
