{
"name": "@thoisoithree/fcrypt-linux-arm64",
"version": "0.3.2",
"description": "Prebuilt fcrypt binary for Linux arm64",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ThoisoiThree/fcrypt.git"
},
"homepage": "https://github.com/ThoisoiThree/fcrypt#readme",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"bin": {
"fcrypt": "bin/fcrypt"
},
"files": [
"bin/fcrypt",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
}
}