UNPKG

@10d3/printflow

Version:

[![npm version](https://img.shields.io/npm/v/@10d3/printflow.svg?style=flat-square)](https://www.npmjs.com/package/@10d3/printflow) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](LICENSE) [![GitHub Repository](https:

55 lines (54 loc) 1.02 kB
{ "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" } } }