{
  "name": "perchi",
  "version": "1.0.4",
  "description": "Implementation of classical ciphers.",
  "main": "./src/index.js",
  "scripts": {
    "test": "mocha"
  },
  "author": "Kamil Popczyk",
  "license": "ISC",
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^9.1.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/llimak/perchi.git"
  },
  "keywords": [
    "cipher",
    "vigenre",
    "atbash",
    "cryptography",
    "perchi",
    "javascript",
    "node",
    "caesar",
    "encryption",
    "decryption"
  ]
}
