UNPKG

npm-package-json-lint

Version:
83 lines (82 loc) 2.14 kB
{ "name": "npm-package-json-lint", "version": "10.4.0", "description": "Configurable linter for package.json files.", "keywords": [ "lint", "linter", "package.json", "audit", "auditor", "npm-package-json-lint" ], "homepage": "https://github.com/tclindner/npm-package-json-lint", "bugs": { "url": "https://github.com/tclindner/npm-package-json-lint/issues" }, "author": "Thomas Lindner", "repository": { "type": "git", "url": "https://github.com/tclindner/npm-package-json-lint.git" }, "bin": { "npmPkgJsonLint": "dist/cli.js" }, "files": [ "CONTRIBUTING.md", "dist" ], "main": "dist/api.js", "types": "dist/src/api.d.ts", "scripts": { "build": "tsdown", "eslint": "eslint .", "npmpackagejsonlint": "node dist/cli.js ./package.json", "lint": "npm run eslint && npm run npmpackagejsonlint", "test": "npm run build && jest", "test:ci": "jest --runInBand" }, "dependencies": { "ajv": "6.14.0", "minimatch": "10.2.4", "ajv-errors": "1.0.1", "chalk": "4.1.2", "cosmiconfig": "8.3.6", "debug": "4.4.3", "globby": "11.1.0", "ignore": "5.3.2", "jsonc-parser": "3.3.1", "meow": "9.0.0", "semver": "7.7.4", "strip-json-comments": "3.1.1", "type-fest": "5.6.0", "validate-npm-package-name": "6.0.0" }, "devDependencies": { "@eslint/js": "10.0.1", "@types/jest": "30.0.0", "@types/node": "25.6.0", "eslint": "10.2.1", "eslint-config-prettier": "10.1.8", "eslint-config-tc": "28.0.3", "eslint-config-typescript-tc": "12.1.0", "eslint-plugin-import-x": "4.16.2", "eslint-plugin-jest": "29.15.2", "eslint-plugin-prettier": "5.5.5", "eslint-plugin-unicorn": "64.0.0", "globals": "17.5.0", "jest": "30.3.0", "npm-package-json-lint-config-default": "9.0.1", "npm-package-json-lint-config-tc": "10.0.2", "prettier": "3.8.3", "ts-jest": "29.4.9", "tsdown": "0.21.10", "typescript": "5.4.5", "typescript-eslint": "8.59.0" }, "engines": { "node": ">=22.0.0", "npm": ">=10.0.0" }, "license": "MIT" }