{
  "name": "ghostscript-node",
  "version": "1.5.0",
  "description": "A Node.js library which can work with PDFs, based on Ghostscript.",
  "main": "dist/index.js",
  "scripts": {
    "build": "rimraf dist; tsc",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sigalor/ghostscript-node.git"
  },
  "keywords": [
    "pdf",
    "ghostscript"
  ],
  "author": "sigalor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sigalor/ghostscript-node/issues"
  },
  "homepage": "https://github.com/sigalor/ghostscript-node#readme",
  "dependencies": {
    "fs-extra": "^11.1.0",
    "tempy": "^1.0.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/jest": "^29.4.0",
    "jest": "^29.4.0",
    "rimraf": "^4.1.2",
    "ts-jest": "^29.0.5",
    "typescript": "^4.9.4"
  }
}
