mirror of
https://github.com/cupcakearmy/unbrew.git
synced 2024-12-21 23:56:29 +00:00
v1.2.2
This commit is contained in:
parent
f9d9f53d61
commit
fbfbe5da07
22
package.json
22
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user