{
"name": "gr-bin",
"version": "0.1.1",
"description": "",
"main": "gr.js",
"repository": {
"type": "git",
"url": "https://github.com/daniel7grant/gr"
},
"scripts": {
"postinstall": "node install.js"
},
"bin": {
"gr": "./gr"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.4",
"unzip-stream": "^0.3.1"
}
}