deno_package_json 0.8.0

package.json implementation for the Deno CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# `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]https://github.com/denoland/deno_config still compile?
  - If yes, it's a patch release.
  - If no, it's a minor release.