UNPKG

npm-package-json-lint

Version:
89 lines (88 loc) 2.43 kB
{ "name": "npm-package-json-lint", "version": "9.1.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": "npm run esbuild && npm run tsc", "esbuild": "node esbuild.config.js", "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", "tsc": "tsc --project tsconfig.json" }, "dependencies": { "ajv": "^6.12.6", "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", "is-plain-obj": "^3.0.0", "jsonc-parser": "^3.3.1", "log-symbols": "^4.1.0", "meow": "^9.0.0", "plur": "^4.0.0", "semver": "^7.7.3", "slash": "^3.0.0", "strip-json-comments": "^3.1.1", "type-fest": "^5.0.1", "validate-npm-package-name": "^6.0.0" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^25.0.3", "@typescript-eslint/eslint-plugin": "^8.51.0", "@typescript-eslint/parser": "^8.51.0", "esbuild": "^0.25.10", "esbuild-node-externals": "^1.18.0", "eslint": "^8.57.0", "eslint-config-tc": "^27.1.0", "eslint-config-typescript-tc": "^11.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jest": "^29.12.0", "eslint-plugin-prettier": "^5.5.4", "eslint-plugin-unicorn": "^56.0.1", "figures": "^3.2.0", "jest": "^30.2.0", "npm-package-json-lint-config-default": "^8.0.1", "npm-package-json-lint-config-tc": "^9.0.1", "prettier": "^3.6.2", "ts-jest": "^29.4.5", "typescript": "^5.4.5" }, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "license": "MIT" }