{
"name": "beachcomber",
"version": "0.1.1",
"description": "Install the beachcomber (comb) shell-state daemon. Downloads the correct binary for your platform from GitHub Releases.",
"bin": {
"comb": "./bin/comb",
"beachcomber": "./bin/comb"
},
"scripts": {
"postinstall": "node install.js"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"arm64",
"x64"
],
"files": [
"install.js",
"bin/"
],
"author": "NavistAu",
"license": "MIT",
"homepage": "https://beachcomber.sh",
"repository": {
"type": "git",
"url": "https://github.com/NavistAu/beachcomber.git"
},
"keywords": [
"beachcomber",
"comb",
"shell",
"prompt",
"daemon",
"cache"
]
}