UNPKG

@trigen/lint-package-json

Version:

Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.

37 lines 896 B
{ "name": "@trigen/lint-package-json", "type": "module", "version": "8.0.0-alpha.33", "description": "Shortcut to run npm-package-json-lint with @trigen/npm-package-json-lint-config.", "author": "dangreen", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TrigenSoftware/scripts.git", "directory": "packages/lint-package-json" }, "bugs": { "url": "https://github.com/TrigenSoftware/scripts/issues" }, "keywords": [ "npm-package-json-lint", "dlx" ], "engines": { "node": ">=20" }, "bin": { "lint-package-json": "./src/index.js" }, "publishConfig": { "access": "public", "directory": "package", "linkDirectory": false }, "dependencies": { "@trigen/npm-package-json-lint-config": "^8.0.0-alpha.33", "argue-cli": "^2.1.0", "npm-package-json-lint": "^7.0.0" }, "scripts": {} }