{
  "name": "pdfium-lib-bindings",
  "version": "0.0.4",
  "description": "Node.js native bindings for libpdfium",
  "author": "Alexis Bergue",
  "license": "MIT",
  "private": false,
  "repository": "https://github.com/alexisbg/pdfium-lib-bindings.git",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rollup -c",
    "dl-bins": "npm run build && node lib/dl-bins.js",
    "eslint": "eslint --color --ignore-pattern 'src/**/*.snap' 'src/**/*'",
    "prepublishOnly": "npm run build",
    "pretest": "npm run tsc:check && npm run eslint",
    "tsc:check": "tsc --noEmit"
  },
  "dependencies": {
    "@types/ffi": "0.2.2",
    "@types/node": "11.9.4",
    "@types/ref": "0.0.28",
    "@types/ref-struct": "0.0.29",
    "ffi": "2.3.0",
    "node-gyp": "3.8.0",
    "ref": "1.3.5",
    "ref-struct": "1.1.0"
  },
  "devDependencies": {
    "@types/download": "6.2.4",
    "@typescript-eslint/eslint-plugin": "1.3.0",
    "@typescript-eslint/parser": "1.3.0",
    "download": "7.1.0",
    "eslint": "5.13.0",
    "rollup": "1.1.2",
    "rollup-plugin-typescript2": "0.19.2",
    "source-map-support": "0.5.10",
    "typescript": "3.3.1"
  }
}
