npm-package-json-lint-config-default
Version:
Default npm-package-json-lint shareable config
58 lines (57 loc) • 1.54 kB
JSON
{
"name": "npm-package-json-lint-config-default",
"version": "8.0.1",
"description": "Default npm-package-json-lint shareable config",
"keywords": [
"lint",
"linter",
"package.json",
"audit",
"auditor",
"npm-package-json-lint",
"npm-package-json-lintconfig",
"npm-package-json-lint-config"
],
"homepage": "https://github.com/tclindner/npm-package-json-lint-config-default#readme",
"bugs": {
"url": "https://github.com/tclindner/npm-package-json-lint-config-default/issues"
},
"author": "Thomas Lindner",
"repository": {
"type": "git",
"url": "git+https://github.com/tclindner/npm-package-json-lint-config-default.git"
},
"files": [
"index.js",
"CONTRIBUTING.md"
],
"main": "index.js",
"scripts": {
"eslint": "eslint *.js",
"lint": "npm run npmpackagejsonlint && npm run eslint",
"npmpackagejsonlint": "npmPkgJsonLint .",
"test": "jest",
"test:ci": "jest --runInBand"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-tc": "^27.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-prettier": "^5.5.1",
"eslint-plugin-unicorn": "^56.0.1",
"is-plain-obj": "^3.0.0",
"jest": "^30.0.3",
"npm-package-json-lint": "^9.0.0",
"prettier": "^3.6.2"
},
"peerDependencies": {
"npm-package-json-lint": "^9.0.0"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"license": "MIT"
}