unbrew/package.json

18 lines
283 B
JSON
Raw Normal View History

2020-05-11 00:53:00 +02:00
{
"name": "unbrew",
2020-05-11 01:41:56 +02:00
"version": "1.0.1",
2020-05-11 00:53:00 +02:00
"author": {
"name": "Niccolo Borgioli",
"email": "hi@nicco.io",
"url": "https://nicco.io"
},
"license": "MIT",
"bin": {
2020-05-11 01:04:24 +02:00
"unbrew": "bin/unbrew.js"
2020-05-11 00:53:00 +02:00
},
"dependencies": {
"chalk": "4",
"inquirer": "7"
}
}