{
  "name": "k9crypt",
  "version": "1.2.1",
  "description": "A special encryption algorithm created for K9Crypt.",
  "main": "index.js",
  "files": [
    "dist/",
    "index.js"
  ],
  "scripts": {
    "build": "rm -rf dist && cp -r src dist && echo \"module.exports = require('./dist/index');\" > index.js",
    "prepublishOnly": "npm run build",
    "test": "node test/perf-test.js",
    "chat": "node test/chat-simulation.js"
  },
  "keywords": [
    "encryption",
    "aead",
    "aes-256-gcm",
    "chacha20-poly1305",
    "hkdf",
    "crypto",
    "k9crypt",
    "secure",
    "decrypt"
  ],
  "author": "K9Crypt Team",
  "license": "MIT",
  "dependencies": {
    "argon2": "^0.44.0",
    "lzma-native": "^8.0.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/K9Crypt/module.git"
  },
  "bugs": {
    "url": "https://github.com/K9Crypt/module/issues"
  },
  "homepage": "https://k9crypt.xyz"
}
