{
  "name": "@aptoma/eslint-config",
  "version": "8.0.0",
  "description": "Aptoma eslint configuration",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint lib",
    "test": "npm run lint",
    "release": "npm run test && release-it -n -i patch",
    "release:minor": "npm run test && release-it -n -i minor",
    "release:major": "npm run test && release-it -n -i major"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aptoma/eslint-config.git"
  },
  "keywords": [
    "eslint",
    "aptoma"
  ],
  "author": "Martin Jonsson <martin@aptoma.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aptoma/eslint-config/issues"
  },
  "homepage": "https://github.com/aptoma/eslint-config#readme",
  "devDependencies": {
    "eslint": "^9.0.0",
    "release-it": "^2.4.3"
  }
}
