fcrypt 0.3.3

Cross-platform CLI for password-based file encryption and decryption
{
  "name": "@thoisoithree/fcrypt-linux-x64",
  "version": "0.3.3",
  "description": "Prebuilt fcrypt binary for Linux x64",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThoisoiThree/fcrypt.git"
  },
  "homepage": "https://github.com/ThoisoiThree/fcrypt#readme",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "bin": {
    "fcrypt": "bin/fcrypt"
  },
  "files": [
    "bin/fcrypt",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}