{
  "name": "get-firefox",
  "version": "8.0.0",
  "description": "Download the latest Firefox from the command line",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js lib/ bin/ test/",
    "test": "c8 ava",
    "coverage": "c8 report -r lcov",
    "start": "node bin/get-firefox.js"
  },
  "keywords": [
    "fennec",
    "fxa",
    "firefox",
    "android",
    "nightly",
    "download",
    "mozilla-central",
    "trunk",
    "devedition",
    "esr"
  ],
  "author": "freaktechnik (http://humanoids.be)",
  "license": "MPL-2.0",
  "dependencies": {
    "chalk": "^5.6.2",
    "decompress": "^4.2.1",
    "into-stream": "^9.0.0",
    "is-ci": "^4.1.0",
    "listr": "^0.14.3",
    "meow": "^14.0.0",
    "moz-download-url": "^3.0.0",
    "node-fetch": "^3.3.2",
    "sha": "^3.0.0",
    "taskcluster-client": "^87.1.3"
  },
  "bin": {
    "get-firefox": "bin/get-firefox.js"
  },
  "bugs": {
    "url": "https://github.com/freaktechnik/get-firefox/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/freaktechnik/get-firefox.git"
  },
  "engines": {
    "node": ">=20"
  },
  "devDependencies": {
    "@freaktechnik/eslint-config-node": "^11.0.0",
    "@freaktechnik/eslint-config-test": "^11.0.0",
    "ajv": "^8.17.1",
    "ava": "^6.4.1",
    "c8": "^10.1.3",
    "eslint": "^9.36.0",
    "eslint-plugin-optimize-regex": "^1.2.1",
    "tmp-promise": "^3.0.3"
  },
  "ava": {
    "timeout": "1m"
  },
  "publishConfig": {
    "provenance": true
  }
}
