Files
hosts/package.json
T
dependabot[bot] 990d54841f Bump release-it from 20.2.1 to 21.0.2
Bumps [release-it](https://github.com/release-it/release-it) from 20.2.1 to 21.0.2.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/20.2.1...21.0.2)

---
updated-dependencies:
- dependency-name: release-it
  dependency-version: 21.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-20 20:54:17 +00:00

41 lines
1.1 KiB
JSON

{
"name": "hosts",
"version": "3.16.115",
"description": "Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke extensions to block additional sites by category.",
"main": "",
"private": true,
"scripts": {
"test": "python3 testUpdateHostsFile.py",
"start": "python3 makeHosts.py",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StevenBlack/hosts.git"
},
"keywords": [
"python",
"unified-hosts",
"malware",
"ad-blocker",
"porn-filter",
"social-media-filter",
"hosts",
"privacy",
"protection",
"pornblocker",
"gambling-filter",
"ransomware",
"trojans"
],
"author": "Steven Black (https://github.com/StevenBlack)",
"license": "MIT",
"bugs": {
"url": "https://github.com/StevenBlack/hosts/issues"
},
"homepage": "https://github.com/StevenBlack/hosts#readme",
"devDependencies": {
"release-it": "^21.0.2"
}
}