{
  "name": "encrypt-decrpt-pdf",
  "version": "1.0.11",
  "description": "A nodejs library implemented in TS to convieniently encrypt and decrypt pdf documents and save to disk",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "rm -rf ./build && tsc",
    "test:example": "npm run build && node build/example.js",
    "generate-lcov": "nyc report --reporter=text-lcov > lcov.info",
    "test": "cross-env TS_NODE_FILES=true mocha --exit --require ts-node/register --colors src/test.ts",
    "coverage": "nyc npm run test",
    "prepublish": "rm -rf ./build && tsc"
  },
  "prepublish": "rm -rf ./build && tsc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FemiOfficial/Encrypt-Decrypt-PDF-Nodejs.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/FemiOfficial/Encrypt-Decrypt-PDF-Nodejs/issues"
  },
  "homepage": "https://github.com/FemiOfficial/Encrypt-Decrypt-PDF-Nodejs#readme",
  "devDependencies": {
    "@types/chai": "^4.2.10",
    "@types/mocha": "^7.0.2",
    "@types/node": "^13.7.7",
    "chai": "^4.2.0",
    "codeclimate-test-reporter": "^0.5.1",
    "coveralls": "^3.0.9",
    "mocha": "^6.2.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^14.1.1",
    "ts-node": "^8.6.2",
    "cross-env": "^5.2.0",
    "typescript": "^3.8.3"
  }
}
