{
"name": "@jarkkojs/goosedump-linux-x64",
"version": "0.12.21",
"description": "Linux x64 binary for goosedump",
"license": "Apache-2.0 AND LGPL-2.1-or-later",
"homepage": "https://github.com/jarkkojs/goosedump#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jarkkojs/goosedump.git"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"bin": {
"goosedump": "bin/goosedump"
},
"files": [
"bin/goosedump",
"LICENSE-APACHE-2.0",
"LICENSE-LGPL-2.1"
],
"publishConfig": {
"access": "public"
}
}