mirror of
https://github.com/cupcakearmy/unbrew.git
synced 2024-12-22 08:06:24 +00:00
18 lines
283 B
JSON
18 lines
283 B
JSON
{
|
|
"name": "unbrew",
|
|
"version": "0.2.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"
|
|
}
|
|
}
|