{
  "name": "iota-paper-encryption",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "keywords": [
    "iota",
    "encryption",
    "paper-wallet",
    "argon2"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbakke/iota-paper-encryption.git"
  },
  "bugs": {
    "url": "https://github.com/vbakke/iota-paper-encryption/issues"
  },
  "scripts": {
    "start": "node index.js",
    "test": "mocha test"
  },
  "author": "https://github.com/vbakke",
  "license": "MIT",
  "dependencies": {
    "base32.js": "^0.1.0",
    "bip39": "^3.0.3",
    "buffer-xor": "^2.0.2",
    "hash-wasm": "^4.8.0"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^8.4.0"
  }
}
