14 releases (6 breaking)
new 0.6.0 | Mar 20, 2025 |
---|---|
0.5.0 | Feb 24, 2025 |
0.4.0 | Dec 27, 2024 |
0.2.1 | Nov 25, 2024 |
0.1.1 | Jul 23, 2024 |
#437 in HTTP server
14,789 downloads per month
Used in 27 crates
(10 directly)
26KB
749 lines
deno_package_json
The package.json implementation used in the Deno CLI.
Versioning Strategy
This crate does not follow semver so make sure to pin it to a patch version. Instead a versioning strategy that optimizes for more efficient maintenance is used:
- Does deno_config still compile?
- If yes, it's a patch release.
- If no, it's a minor release.
Dependencies
~4.5–6MB
~107K SLoC