npm-package-json-lint-config-tc
Version:
npm-package-json-lint shareable config for TC's projects
59 lines (58 loc) • 1.54 kB
JSON
{
"name": "npm-package-json-lint-config-tc",
"version": "10.0.2",
"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 .",
"lint": "npm run npmpackagejsonlint && npm run eslint",
"npmpackagejsonlint": "npmPkgJsonLint .",
"test": "jest",
"test:ci": "jest --runInBand"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"eslint": "10.1.0",
"eslint-config-prettier": "10.1.8",
"eslint-config-tc": "28.0.3",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-jest": "29.15.1",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-unicorn": "64.0.0",
"globals": "17.4.0",
"jest": "30.3.0",
"npm-package-json-lint": "10.0.0",
"prettier": "3.8.1"
},
"peerDependencies": {
"npm-package-json-lint": "^10.0.0"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"license": "MIT"
}