20 строки
421 B
JSON
20 строки
421 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|