13 releases (5 breaking)
new 0.5.2 | Mar 11, 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 |
#362 in HTTP server
13,465 downloads per month
Used in 26 crates
(10 directly)
25KB
711 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
~108K SLoC