unbrew/package.json

18 lines
285 B
JSON
Raw Normal View History

2020-05-11 00:53:00 +02:00
{
"name": "unbrew",
2021-03-15 18:50:28 +01:00
"version": "1.2.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": {
2021-03-15 18:50:18 +01:00
"chalk": "^4",
"inquirer": "^8"
2020-05-11 00:53:00 +02:00
}
}