{
  "name": "@goldwasserexchange/npm-package-json-lint-config",
  "version": "6.4.0",
  "description": "Config for npm-package-json-lint",
  "keywords": [
    "npm-package-json-lint",
    "npm-package-json-lint-config",
    "npm-package-json-lintconfig"
  ],
  "homepage": "https://github.com/goldwasserexchange/public",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goldwasserexchange/public.git"
  },
  "license": "MIT",
  "author": "Jonathan Goldwasser <jonathan@goldwasserexchange.be>",
  "main": "index.js",
  "scripts": {
    "lint": "yarn lint:pkg && yarn lint:js",
    "lint:js": "eslint . --ignore-path .gitignore",
    "lint:pkg": "npmPkgJsonLint .",
    "precommit": "lint-staged",
    "sort": "sort-package-json"
  },
  "lint-staged": {
    "*.{js,ts}": [
      "yarn lint:js"
    ],
    "package.json": [
      "npmPkgJsonLint"
    ]
  },
  "eslintConfig": {
    "extends": "@goldwasserexchange"
  },
  "dependencies": {
    "npm-package-json-lint-config-default": "^2.0.0",
    "sort-package-json": "^1.49.0"
  },
  "devDependencies": {
    "eslint": "^8.9.0",
    "lint-staged": "^10.5.4",
    "npm-package-json-lint": "^4.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "npmpackagejsonlint": {
    "extends": "./index.js"
  },
  "gitHead": "2ef9ae08c2ac64fef404b0eca1c823f1d3f1fc24"
}
