{
  "name": "react-thermal-printer",
  "type": "module",
  "version": "0.22.0",
  "description": "A React component to thermal printing",
  "license": "MIT",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "exports": {
      ".": {
        "import": "./dist/index.js",
        "require": "./dist/index.cjs"
      },
      "./package.json": "./package.json"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "ndoe": ">= 16"
  },
  "author": {
    "name": "Seokju Na",
    "email": "seokju.me@gmail.com",
    "url": "https://github.com/seokju-na"
  },
  "readme": "https://github.com/seokju-na/react-thermal-printer",
  "repository": {
    "type": "git",
    "url": "https://github.com/seokju-na/react-thermal-printer",
    "directory": "packages/react-thermal-printer"
  },
  "homepage": "https://github.com/seokju-na/react-thermal-printer",
  "bugs": {
    "url": "https://github.com/seokju-na/react-thermal-printer/issues"
  },
  "scripts": {
    "attw": "yarn pack && attw package.tgz",
    "prepack": "yarn build",
    "build": "tsdown"
  },
  "peerDependencies": {
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "dependencies": {
    "@react-thermal-printer/image": "^0.14.0",
    "@react-thermal-printer/printer": "^0.19.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@types/pngjs": "^6",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "pngjs": "^6.0.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tsdown": "0.14.1"
  },
  "types": "./dist/index.d.ts"
}