get-firefox
Version:
Download the latest Firefox from the command line
70 lines (69 loc) • 1.57 kB
JSON
{
"name": "get-firefox",
"version": "7.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.4.1",
"decompress": "^4.2.1",
"into-stream": "^8.0.1",
"is-ci": "^4.1.0",
"listr": "^0.14.3",
"meow": "^13.2.0",
"moz-download-url": "^3.0.0",
"node-fetch": "^3.3.2",
"sha": "^3.0.0",
"stream-to-promise": "^3.0.0",
"taskcluster-client": "^83.3.0"
},
"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": ">=16.0.0"
},
"devDependencies": {
"@freaktechnik/eslint-config-node": "^10.2.0",
"@freaktechnik/eslint-config-test": "^10.2.0",
"ajv": "^8.17.1",
"ava": "^6.2.0",
"c8": "^10.1.3",
"eslint": "^9.22.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"tmp-promise": "^3.0.3"
},
"ava": {
"timeout": "1m"
},
"publishConfig": {
"provenance": true
}
}