{
  "name": "@aipmorg/icons",
  "version": "1.25.2",
  "description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
  "keywords": [
    "lobehub",
    "llm icons",
    "llm brand logo",
    "react components",
    "svg icons"
  ],
  "homepage": "https://github.com/aipmhub/aipm-icons",
  "bugs": {
    "url": "https://github.com/aipmhub/aipm-icons/issues/new"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/aipmhub/aipm-icons.git"
  },
  "license": "MIT",
  "author": "AiPMHub <nextprofessionalpower@gmail.com>",
  "sideEffects": false,
  "main": "es/index.js",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es"
  ],
  "scripts": {
    "build": "father build",
    "build:watch": "father dev",
    "ci": "npm run lint && npm run type-check",
    "clean": "rm -r es lib dist coverage .dumi/tmp .eslintcache node_modules/.cache",
    "dev": "dumi dev",
    "docs:build": "dumi build",
    "docs:build-analyze": "ANALYZE=1 dumi build",
    "doctor": "father doctor",
    "lint": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
    "lint:md": "remark . --quiet --frail --output",
    "lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
    "prepare": "husky install && npm run setup",
    "prepublishOnly": "npm run build",
    "prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
    "pull": "git pull",
    "release": "semantic-release",
    "setup": "dumi setup",
    "start": "npm run dev",
    "sync:md": "tsx ./scripts/genMdList.ts",
    "test": "vitest --passWithNoTests",
    "test:coverage": "vitest run --coverage  --passWithNoTests",
    "test:update": "vitest -u",
    "type-check": "tsc -p tsconfig-check.json"
  },
  "lint-staged": {
    "*.md": [
      "remark --quiet --output --",
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.json": [
      "prettier --write --no-error-on-unmatched-pattern"
    ],
    "*.{js,jsx}": [
      "prettier --write",
      "stylelint --fix",
      "eslint --fix"
    ],
    "*.{ts,tsx}": [
      "prettier --parser=typescript --write",
      "stylelint --fix",
      "eslint --fix"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^18.6.1",
    "@aipmorg/lint": "latest",
    "@aipmorg/ui": "^1.145.7",
    "@testing-library/react": "^14.3.1",
    "@types/lodash-es": "^4.17.12",
    "@types/pangu": "^4.0.2",
    "@types/query-string": "^6.3.0",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitest/coverage-v8": "latest",
    "antd": "^5.19.0",
    "antd-style": "^3.6.2",
    "babel-plugin-antd-style": "latest",
    "commitlint": "^18.6.1",
    "concurrently": "^8.2.2",
    "cross-env": "^7.0.3",
    "dumi": "2.2.17",
    "dumi-theme-aipmhub": "latest",
    "eslint": "^8.57.0",
    "father": "^4.4.4",
    "glob": "^10.4.2",
    "gray-matter": "^4.0.3",
    "husky": "^8.0.3",
    "jsdom": "^23.2.0",
    "lint-staged": "^15.2.7",
    "lodash-es": "^4.17.21",
    "lucide-react": "latest",
    "markdown-table": "^3.0.3",
    "prettier": "^3.3.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "remark": "^14.0.3",
    "remark-cli": "^11.0.0",
    "semantic-release": "^21.1.2",
    "stylelint": "^15.11.0",
    "svgo-browser": "^1.3.8",
    "tsx": "^4.16.0",
    "typescript": "^5.5.2",
    "vitest": "latest"
  },
  "peerDependencies": {
    "@babel/runtime": ">=7",
    "react": ">=18",
    "react-dom": ">=18",
    "react-layout-kit": ">=1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
