{
  "name": "@konsys.co/print",
  "version": "1.0.3",
  "description": "Template to generate printable preview page html in variety size",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/konsys-co/print-page-preview.git"
  },
  "keywords": [
    "print",
    "template",
    "html",
    "typescript"
  ],
  "author": "Rujira Jitcharoenporn",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/konsys-co/print-page-preview/issues"
  },
  "homepage": "https://github.com/konsys-co/print-page-preview#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  }
}
