{"library":"npm-package-json-lint-config-auto","title":"npm-package-json-lint-config-auto","description":"Provides a shared, auto-generated base configuration for npm-package-json-lint, ensuring consistent linting of package.json files. Version 1.1.0 introduces customizable rules structure. Released under MIT license by autosoft, it is actively maintained with regular bug fixes and dependency updates. Differentiates from others by being auto-generated and focusing on enforces a specific order of keys including bundleDependencies and bundledDependencies.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install npm-package-json-lint-config-auto"],"cli":null},"imports":["extends: 'npm-package-json-lint-config-auto' in package.json npmpackagejsonlint"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// package.json\n{\n  \"name\": \"my-package\",\n  \"version\": \"1.0.0\",\n  \"npmpackagejsonlint\": {\n    \"extends\": \"npm-package-json-lint-config-auto\"\n  },\n  \"devDependencies\": {\n    \"npm-package-json-lint\": \"^6.0.0\",\n    \"npm-package-json-lint-config-auto\": \"^1.1.0\"\n  },\n  \"scripts\": {\n    \"lint:pkg\": \"npmPkgJsonLint .\"\n  }\n}\n\n// Run validation:\n// npm run lint:pkg","lang":"json","description":"Shows how to extend the shared config and run npm-package-json-lint to validate package.json.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}