{
  "name": "cups-printer",
  "description": "A package to print documents using CUPS Printer Server in Linux",
  "version": "0.2.0",
  "type": "module",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "files": [ "dist" ],
  "scripts": {
    "build": "rm -rf ./dist && tsc -p ./tsconfig.build.json",
    "prepare": "npm run build",
    "test": "clear && ava"
  },
  "author": "sleep-written",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sleep-written/cups-printer.git"
  },
  "bugs": {
    "url": "https://github.com/sleep-written/cups-printer/issues"
  },
  "homepage": "https://github.com/sleep-written/cups-printer#readme",
  "categories": [
    "Other"
  ],
  "keywords": [
    "cups",
    "printer",
    "server",
    "bash",
    "pdf"
  ],
  "devDependencies": {
    "@types/node": "^18.7.6",
    "ava": "^4.3.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.7.4"
  }
}
