safari-ctl
Version:
A Command Line Tool to control Safari for MacOS. (Browsing/FillingForm/GetSetCopyURL/JavascriptInjection/GetTitle/Search)
36 lines (35 loc) • 915 B
JSON
{
"name": "safari-ctl",
"description": "A Command Line Tool to control Safari for MacOS. (Browsing/FillingForm/GetSetCopyURL/JavascriptInjection/GetTitle/Search)",
"main": "cli.js",
"license": "MIT",
"bin": {
"safari-ctl": "./cli.js"
},
"version": "0.2.0",
"dependencies": {
"@kssfilo/getopt": "0.3.0",
"node-osascript": "2.1.0"
},
"devDependencies": {
"coffee-jshint": "1.1.1",
"coffeescript": "2.4.1",
"partpipe": "1.0.0",
"norl": "2.3.4"
},
"tags": [],
"keywords": [
"safari","javascript","injection","URL","automatic","automation","browsing","copy","fill","form","clik","command-line","command","line","commandline","tool","cli"
],
"author": {
"name": "@kssfilo",
"url": "https://kanasys.com/gtech/"
},
"repository": {
"type": "git",
"url": "https://github.com/kssfilo/safari-ctl.git"
},
"engines": {
"node": ">=8"
}
}