{
  "name": "responsive-size-js",
  "version": "1.2.0",
  "description": "CSS utility library for responsive sizing. Generates CSS-ready strings for clamp(), unit conversion (px/rem/em/pt), and fluid typography helpers.",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "build": "tsc",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "responsive",
    "css",
    "fluid-typography",
    "clamp",
    "unit-conversion",
    "px-to-rem",
    "rem-to-px",
    "web-design",
    "typography",
    "sass",
    "utilities"
  ],
  "author": {
    "name": "Minori Koishi",
    "email": "",
    "url": "https://github.com/minori-003"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/minori-003/responsive-size-js.git"
  },
  "homepage": "https://github.com/minori-003/responsive-size-js",
  "bugs": {
    "url": "https://github.com/minori-003/responsive-size-js/issues"
  },
  "devDependencies": {
    "typescript": "^5.9.3",
    "vitest": "^3.2.4"
  }
}
