unbrew/package.json
2020-05-11 00:53:00 +02:00

18 lines
284 B
JSON

{
"name": "unbrew",
"version": "0.1.0",
"author": {
"name": "Niccolo Borgioli",
"email": "hi@nicco.io",
"url": "https://nicco.io"
},
"license": "MIT",
"bin": {
"unbrew": "./src/index.js"
},
"dependencies": {
"chalk": "4",
"inquirer": "7"
}
}