{
  "name": "px-rem-optimizer",
  "version": "0.0.39",
  "description": "This script transforms CSS length units (e.g., px to rem) based on a configuration, ensuring responsive scaling and accessibility by adapting to changes in base font size.",
  "main": "index.js",
  "bin": {
    "px-rem-optimizer": "./dist/index.js"
  },
  "scripts": {
    "build": "npx tsc",
    "postbuild": "node scripts/postbuild.js",
    "start": "ts-node-script bin/index.ts",
    "start-build": "node dist/index.js",
    "test": "jest ./bin"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pinkynrg/px-rem-optimizer.git"
  },
  "author": "Francesco Meli",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/pinkynrg/px-rem-optimizer/issues"
  },
  "homepage": "https://github.com/pinkynrg/px-rem-optimizer#readme",
  "dependencies": {
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  },
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^22.5.3",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "type-fest": "^4.26.0"
  }
}
