npm-package-json-lint-config-default
Version:
Default npm-package-json-lint shareable config
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "npm-package-json-lint-config-default",
"version": "7.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.0",
"eslint-config-tc": "^26.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^54.0.0",
"is-plain-obj": "^3.0.0",
"jest": "^29.7.0",
"npm-package-json-lint": "^8.0.0",
"prettier": "^3.3.2"
},
"peerDependencies": {
"npm-package-json-lint": "^8.0.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"license": "MIT"
}