{
  "name": "@10d3/printflow",
  "module": "src/index.ts",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "private": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build",
    "dev": "bun run src/index.ts"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "keywords": [
    "apliiq",
    "api-client",
    "print-on-demand",
    "ecommerce",
    "typescript",
    "pod",
    "custom-apparel",
    "order-management"
  ],
  "dependencies": {
    "axios": "^1.8.1",
    "lru-cache": "^11.0.2",
    "zod": "^3.24.2"
  },
  "author": "10d3 <ffast2000@gmail.com>",
  "license": "MIT",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/10d3/printflow.git"
  },
  "version": "1.0.3",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  }
}
