summaryrefslogtreecommitdiffstats
path: root/package.json
blob: 35ef2bb1e843d6be3af1393f7338e4d653ccc12b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rest-api-description",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/github/rest-api-description.git"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint descriptions/**/*.json --ext .json"
  },
  "eslintConfig": {
    "extends": ["plugin:json/recommended"]
  },
  "devDependencies": {
    "eslint": "^8.13.0",
    "eslint-plugin-json": "^3.1.0"
  }
}