mirror of
https://github.com/cupcakearmy/unbrew.git
synced 2024-12-22 08:06:24 +00:00
36 lines
602 B
JSON
36 lines
602 B
JSON
{
|
|
"name": "unbrew",
|
|
"description": "brew cleanup utility",
|
|
"version": "1.2.2",
|
|
"author": {
|
|
"name": "Niccolo Borgioli",
|
|
"email": "hi@nicco.io",
|
|
"url": "https://nicco.io"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"brew",
|
|
"macos",
|
|
"cleanup"
|
|
],
|
|
"bin": {
|
|
"unbrew": "bin/index.js"
|
|
},
|
|
"files": [
|
|
"./bin"
|
|
],
|
|
"scripts": {
|
|
"dev": "tsc -w",
|
|
"prepublishOnly": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4",
|
|
"inquirer": "^8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/inquirer": "^7.3.1",
|
|
"@types/node": "^15.0.1",
|
|
"typescript": "^4.2.4"
|
|
}
|
|
}
|