{
  "name": "virtual-printer",
  "version": "1.0.18",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "description": "A Node.js module that makes Virtual IPP Printer",
  "author": {
    "name": "Hyeonseung Kang",
    "email": "hyeonseung.kang.dev@gmail.com",
    "url": "https://github.com/hyeonseungkang"
  },
  "homepage": "https://github.com/hyeonseungkang/virtual-printer",
  "repository": {
    "url": "https://github.com/hyeonseungkang/virtual-printer.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/hyeonseungkang/virtual-printer/issues"
  },
  "keywords": [
    "printer",
    "virtual",
    "ipp",
    "http",
    "server"
  ],
  "scripts": {
    "dev": "nodemon --exec ts-node src/bin.ts",
    "build": "tsc --build",
    "prestart": "yarn install && rimraf lib/ && yarn run build",
    "start": "node lib/bin.js"
  },
  "dependencies": {
    "@homebridge/ciao": "^1.1.5",
    "fastify": "^4.6.0",
    "ipp": "^2.0.1",
    "tiny-typed-emitter": "^2.1.0"
  },
  "devDependencies": {
    "@types/ipp": "^2.0.2",
    "@types/node": "^18.8.2",
    "@types/uuid": "^8.3.4",
    "@typescript-eslint/eslint-plugin": "^5.38.0",
    "@typescript-eslint/parser": "^5.38.0",
    "eslint": "^8.23.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "nodemon": "^2.0.20",
    "prettier": "^2.7.1",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.3"
  }
}
