{
  "name": "nodejs-base64",
  "version": "2.0.0",
  "description": "The ultimate shortcut to the base64 encode/decode functions.",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc src/index.ts",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catcher-in-the-try/nodejs-base64.git"
  },
  "keywords": [
    "base64",
    "encoding",
    "decoding",
    "base64-encode",
    "base64-decode",
    "base-64-encode",
    "base-64-decode"
  ],
  "author": "Anton Ivanov <anton@ivanov.hk>",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/catcher-in-the-try/nodejs-base64/issues"
  },
  "homepage": "https://github.com/catcher-in-the-try/nodejs-base64#readme",
  "devDependencies": {
    "@types/jest": "^26.0.22",
    "@types/node": "^14.14.37",
    "jest": "^26.6.3",
    "ts-jest": "^26.5.5",
    "typescript": "^4.2.4"
  }
}
