alfred-expressvpn
Version:
Alfred workflow to manage your ExpressVPN connection
24 lines (23 loc) • 471 B
JSON
{
"name": "alfred-expressvpn",
"version": "1.0.2",
"description": "Alfred workflow to manage your ExpressVPN connection",
"type": "module",
"main": "index.js",
"keywords": [
"alfred",
"alfredapp",
"alfred-workflow",
"expressvpn"
],
"homepage": "https://github.com/socuul/alfred-expressvpn",
"author": "SoCuul",
"license": "ISC",
"scripts": {
"postinstall": "alfy-init",
"preuninstall": "alfy-cleanup"
},
"dependencies": {
"alfy": "^2.0.0"
}
}