mirror of
https://github.com/cupcakearmy/unbrew.git
synced 2024-12-22 08:06:24 +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",
|
"name": "unbrew",
|
||||||
"version": "1.2.1",
|
"description": "brew cleanup utility",
|
||||||
|
"version": "1.2.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Niccolo Borgioli",
|
"name": "Niccolo Borgioli",
|
||||||
"email": "hi@nicco.io",
|
"email": "hi@nicco.io",
|
||||||
"url": "https://nicco.io"
|
"url": "https://nicco.io"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"brew",
|
||||||
|
"macos",
|
||||||
|
"cleanup"
|
||||||
|
],
|
||||||
"bin": {
|
"bin": {
|
||||||
"unbrew": "bin/unbrew.js"
|
"unbrew": "bin/index.js"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"./bin"
|
||||||
|
],
|
||||||
|
"scripts": {
|
||||||
|
"dev": "tsc -w",
|
||||||
|
"prepublishOnly": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "^4",
|
"chalk": "^4",
|
||||||
"inquirer": "^8"
|
"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