npm-package-json-lint-config-tc
Version:
npm-package-json-lint shareable config for TC's projects
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "npm-package-json-lint-config-tc",
"version": "9.0.1",
"description": "npm-package-json-lint shareable config for TC's projects",
"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-tc#readme",
"bugs": {
"url": "https://github.com/tclindner/npm-package-json-lint-config-tc/issues"
},
"author": "Thomas Lindner",
"repository": {
"type": "git",
"url": "git+https://github.com/tclindner/npm-package-json-lint-config-tc.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.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.4.0",
"eslint-plugin-unicorn": "^56.0.1",
"is-plain-obj": "^3.0.0",
"jest": "^29.7.0",
"npm-package-json-lint": "^9.0.0",
"prettier": "^3.5.3"
},
"peerDependencies": {
"npm-package-json-lint": "^9.0.0"
},
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"license": "MIT"
}