{
  "name": "fx-runner",
  "version": "1.5.0",
  "description": "A node cli to control Firefox",
  "main": "index.js",
  "bin": {
    "fx-runner": "./bin/fx-runner"
  },
  "scripts": {
    "test": "node ./test/run.js"
  },
  "keywords": [
    "firefox",
    "mozilla",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla/node-fx-runner"
  },
  "author": "Mozilla Add-ons Team",
  "license": "MPL-2.0",
  "dependencies": {
    "commander": "^12.1.0",
    "shell-quote": "1.8.4",
    "which": "^4.0.0",
    "winreg": "0.0.12"
  },
  "devDependencies": {
    "async": "3.2.4",
    "chai": "4.3.10",
    "dive": "0.5.0",
    "mocha": "10.8.2",
    "sandboxed-module": "2.0.4"
  }
}
