{
  "name": "otp-encryption-decryption-lib",
  "version": "0.3.1",
  "description": "Library of small snippets, tools and helper-functions for encrypting and decrypting messages with OTPs - One-time pads.",
  "main": "./dist/otp-ed-lib.nodejs.cjs.js",
  "module": "./dist/otp-ed-lib.nodejs.esm.mjs",
  "browser": "./dist/otp-ed-lib.browser.umd.js",
  "scripts": {
    "build": "rollup --config",
    "test": "npm run build && standard './scripts/*.js' && cd ./test && npx ava cjs.nodejs.js && npx ava esm.nodejs.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eklem/otp-encryption-decryption-lib.git"
  },
  "devDependencies": {
    "batr": "^2.1.8",
    "node-fetch": "^3.3.1",
    "words-n-numbers": "^8.0.0",
    "rgi-emoji-regex-pattern": "^1.3.1"
  },
  "keywords": [
    "otp",
    "one-time-pad-encryption",
    "encryption",
    "decryption",
    "one-time-pad",
    "plaincode",
    "code-table"
  ],
  "author": "Espen Klem",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eklem/otp-encryption-decryption-lib/issues"
  },
  "homepage": "https://github.com/eklem/otp-encryption-decryption-lib#readme",
  "directories": {
    "test": "test"
  }
}
