{
  "name": "@ribajs/pdf",
  "description": "Pdf module for Riba.js",
  "version": "1.9.0",
  "author": "Pascal Garber <pascal@artandcode.studio>",
  "contributors": [],
  "url": "https://github.com/ribajs/riba/tree/master/packages/extra",
  "homepage": "https://github.com/ribajs/riba#readme",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "source": "src/index.ts",
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ribajs/riba/blob/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ribajs/riba.git"
  },
  "scripts": {
    "test": "npm run type-check && jest --config=jest.config.js",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix && tsc --noEmit",
    "build": "npm run build:module",
    "build:module": "tsc",
    "packages:npm:link": "npm link @ribajs/core",
    "clean": "rm -rf ./dist ./lib"
  },
  "files": [
    "/src",
    "/dist"
  ],
  "devDependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.12.9",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-export-default-from": "^7.12.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.12.7",
    "@babel/preset-typescript": "^7.12.7",
    "@babel/runtime": "^7.12.5",
    "@babel/runtime-corejs3": "^7.12.5",
    "@ribajs/eslint-config": "1.9.0",
    "@ribajs/tsconfig": "1.9.0",
    "@types/jest": "^26.0.16",
    "@types/pdfjs-dist": "^2.1.6",
    "@typescript-eslint/eslint-plugin": "^4.9.0",
    "@typescript-eslint/parser": "^4.9.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-array-includes": "^2.0.3",
    "core-js": "^3.8.0",
    "eslint": "^7.14.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-prettier": "^3.2.0",
    "jest": "^26.6.3",
    "jest-extended": "^0.11.5",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "typescript": "^4.1.2",
    "webpack": "^5.9.0",
    "webpack-cli": "^4.2.0"
  },
  "dependencies": {
    "@ribajs/cache": "1.9.0",
    "@ribajs/core": "1.9.0",
    "@ribajs/utils": "1.9.0",
    "pdf.js": "^0.1.0",
    "pdfjs-dist": "^2.6.347"
  },
  "bugs": {
    "url": "https://github.com/ribajs/riba/issues"
  }
}