{
  "name": "static-social-links",
  "version": "1.2.1",
  "description": "base utils for use in component libraries",
  "main": "dist/cjs.js",
  "module": "dist/esm.js",
  "types": "dist/types.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Ennoriel/social-links.git"
  },
  "keywords": [
    "typescript"
  ],
  "author": "Maxime Dupont",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Ennoriel/social-links/issues"
  },
  "homepage": "https://github.com/Ennoriel/social-links",
  "devDependencies": {
    "@changesets/cli": "^2.27.1",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.11",
    "@typescript-eslint/eslint-plugin": "^6.19.0",
    "@typescript-eslint/parser": "^6.19.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.9.5",
    "rollup-plugin-dts": "^6.1.0",
    "ts-jest": "^29.1.1",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "form-data-to-object": "^0.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c",
    "changeset": "changeset",
    "cp:readme": "cp ../../README.md .",
    "lint": "eslint --ignore-path .gitignore .",
    "package": "pnpm build",
    "test": "jest"
  }
}