{
  "name": "vue-clamp",
  "version": "1.5.1",
  "description": "Clamping primitives for Vue.",
  "keywords": [
    "clamp",
    "ellipsis",
    "text-overflow",
    "truncate",
    "vue"
  ],
  "homepage": "https://vue-clamp.void.app/",
  "bugs": {
    "url": "https://github.com/Justineo/vue-clamp/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Justineo/vue-clamp.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "typescript": "^6.0.3",
    "unplugin-vue": "^7.2.0",
    "vite-plus": "^0.1.20",
    "vue": "^3.5.33",
    "vue-tsc": "^3.2.7"
  },
  "peerDependencies": {
    "vue": "^3.5.0"
  },
  "scripts": {
    "build": "vp pack src/index.ts",
    "check": "vp check",
    "test": "vp test"
  }
}