{
  "name": "tech-stack-icons",
  "version": "3.7.1",
  "description": "690+ original SVG icons for tech stacks, frameworks, and design tools",
  "homepage": "https://tech-stack-icons.com",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run build:types && esbuild src/index.tsx --bundle --minify --format=esm --target=es2020 --outdir=dist --external:react --external:react-dom",
    "build:types": "tsc --emitDeclarationOnly --declaration --outDir dist",
    "clean:icon-keywords": "node scripts/remove-icon-keywords.js"
  },
  "files": [
    "dist/"
  ],
  "keywords": [
    "tech stack icons",
    "icons",
    "svg",
    "company logos",
    "design stack",
    "dev icons",
    "dev logos",
    "icons pack",
    "icons set",
    "icon stack",
    "logos",
    "tech icons",
    "tech logos",
    "tech stack"
  ],
  "author": "Eugenio Ciccale",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^18.2.48 || ^19.0.0",
    "esbuild": "0.20.0",
    "typescript": "^5.5.4"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0"
  }
}