npm-package-json-lint icon indicating copy to clipboard operation
npm-package-json-lint copied to clipboard

Configurable linter for package.json files

Results 91 npm-package-json-lint issues
Sort by recently updated
recently updated
newest added

Bumps [validate-npm-package-name](https://github.com/npm/validate-npm-package-name) from 6.0.0 to 7.0.0. Release notes Sourced from validate-npm-package-name's releases. v7.0.0 7.0.0 (2025-10-22) ⚠️ BREAKING CHANGES align to npm 11 node engine range (#147) Bug Fixes 69e0cbb #147...

dependencies :package:

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5. Release notes Sourced from actions/setup-node's releases. v5.0.0 What's Changed Breaking Changes Enhance caching in setup-node with automatic package manager detection by @​priya-kinthali in actions/setup-node#1348...

github_actions
dependencies

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.7 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

github_actions
dependencies

Bumps [semver](https://github.com/npm/node-semver) from 7.7.2 to 7.7.3. Release notes Sourced from semver's releases. v7.7.3 7.7.3 (2025-10-06) Bug Fixes e37e0ca #813 faster paths for compare (#813) (@​H4ad) 2471d75 #811 x-range build metadata...

dependencies :package:

Bumps [on-headers](https://github.com/jshttp/on-headers) and [compression](https://github.com/expressjs/compression). These dependencies needed to be updated together. Updates `on-headers` from 1.0.2 to 1.1.0 Release notes Sourced from on-headers's releases. 1.1.0 Important Fix CVE-2025-7339 (GHSA-76c9-3jph-rj3q) What's Changed...

javascript
dependencies

Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4. Release notes Sourced from form-data's releases. v4.0.1 Fixes npmignore temporary build files (#532) move util.isArray to Array.isArray (#564) Tests migrate from travis to GHA...

javascript
dependencies

Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.5.1 to 5.5.4. Release notes Sourced from eslint-plugin-prettier's releases. v5.5.4 Patch Changes #755 723f7a8 Thanks @​kbrilla! - fix: add 'oxc', 'oxc-ts' and 'hermes' parsers to parserBlocklist #751...

dependencies :package:

In a repo with a package.json: ``` $ npx npm-package-json-lint No lint targets provided ```

Instead of requiring a project to have a `bin`, I want to require that my project does not have a `bin`. The options "error", "warning", and "off" don't cover this...

It would be nice if this lint warns when `@types/foobar` exists but `foobar` is not in dependencies Also it would be more nice if this lint warns when `foobar` has...