{
  "name": "ngx-print",
  "version": "3.1.0",
  "description": "Plug n' Play Angular (2++) directive to print your stuff",
  "author": "https://github.com/selemxmn/ngx-print/graphs/contributors",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/selemxmn/ngx-print.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/selemxmn/ngx-print/issues"
  },
  "homepage": "https://github.com/selemxmn/ngx-print#readme",
  "keywords": [
    "print",
    "angular",
    "library",
    "ng-print",
    "ngx-print",
    "directive",
    "dependency",
    "angular-print"
  ],
  "module": "fesm2022/ngx-print.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngx-print.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}