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

18 lines
283 B
JSON

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