{
  "name": "sks-lib",
  "version": "1.1.3",
  "description": "A JavaScript/TypeScript library to interact with SKS keyservers",
  "author": "vsund",
  "license": "GPL-3.0",
  "homepage": "https://github.com/ntzwrk/sks-lib#readme",
  "repository": "git+https://github.com/ntzwrk/sks-lib.git",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "keywords": [
    "sks",
    "keyserver",
    "gpg",
    "gnupg"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "yarn run build",
    "clean": "rm -r ./dist/",
    "test": "mocha --require ts-node/register 'test/**/*.spec.ts'",
    "document": "typedoc --out docs/code/ ./lib/ --sourcefile-url-prefix https://github.com/ntzwrk/sks-lib/blob/master/lib/"
  },
  "dependencies": {
    "@types/node": "^10.10.1",
    "@types/request-promise-native": "^1.0.15",
    "moment": "^2.22.2",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.5",
    "typescript": "^3.0.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/mocha": "^5.2.5",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "ts-node": "^7.0.1",
    "typedoc": "^0.12.0",
    "typedoc-plugin-sourcefile-url": "^1.0.3"
  }
}
