# package.json visualizer
- Analyze .env, package.json files in the local foler and highlight the content

## Supported Files
- .env
- package.json

## Dev
- [05-09-2022] Getting the latest version of the package by `npm outdated` is outdated! (out of sync). Will it be too slow to check each one with `npm show {package} version`?
- [06-13-2022] Made checking 'outdated' mode default, -x to skip outdated checking

## Reference
- [package.json](https://docs.npmjs.com/cli/v7/configuring-npm/package-json)
