This commit is contained in:
cupcakearmy 2021-04-29 17:35:15 +02:00
parent f9d9f53d61
commit fbfbe5da07
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 20 additions and 2 deletions

View File

@ -1,17 +1,35 @@
{
"name": "unbrew",
"version": "1.2.1",
"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/unbrew.js"
"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"
}
}