{
  "name": "@karrotmarket/lynx-monochrome-icon",
  "version": "1.20.0",
  "description": "Lynx monochrome icons for Seed Design System",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karrot-emu/seed-icon-v3.git",
    "directory": "packages/lynx-monochrome-icon"
  },
  "author": "junghyeonsu <jung660317@naver.com>",
  "license": "Apache-2.0",
  "packageManager": "yarn@4.8.1",
  "sideEffects": false,
  "files": [
    "lib",
    "LICENSE",
    "NOTICE"
  ],
  "type": "module",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./lib/index.cjs"
    },
    "./loader": {
      "types": "./lib/loader.d.ts",
      "import": "./lib/loader.js"
    },
    "./*": {
      "types": "./lib/*.d.ts",
      "import": "./lib/*.js",
      "require": "./lib/index.cjs"
    },
    "./lib/*": {
      "types": "./lib/*.d.ts",
      "import": "./lib/*.js",
      "require": "./lib/index.cjs"
    }
  },
  "dependencies": {
    "@karrotmarket/assets-monochrome": "^1.24.0"
  },
  "peerDependencies": {
    "@lynx-js/react": "*",
    "@lynx-js/types": "*"
  },
  "scripts": {
    "prepack": "yarn build",
    "build": "yarn clean && yarn esbuild && yarn dts",
    "esbuild": "yarn vite-node ./build.ts",
    "dts": "tsc --emitDeclarationOnly",
    "clean": "rm -rf lib"
  },
  "devDependencies": {
    "@lynx-js/react": "^0.119.0",
    "@lynx-js/types": "^3.7.0",
    "@types/node": "^24.10.1",
    "@types/react": "^18",
    "esbuild": "^0.24.0",
    "glob": "^10.4.5",
    "typescript": "^5.5.3",
    "vite-node": "^2.1.5"
  }
}
