{
  "name": "@thesvg/cli",
  "version": "0.5.4",
  "description": "CLI tool to add SVG icons from thesvg.org to your project",
  "type": "module",
  "license": "MIT",
  "author": "thesvg.org",
  "homepage": "https://thesvg.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/glincker/thesvg.git",
    "directory": "packages/cli"
  },
  "bugs": {
    "url": "https://github.com/glincker/thesvg/issues"
  },
  "keywords": [
    "svg",
    "icons",
    "brand",
    "cli",
    "thesvg"
  ],
  "bin": {
    "thesvg": "./dist/index.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "typescript": "^6.0.3",
    "@types/node": "^25.8.0"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "provenance": true,
    "access": "public"
  }
}
