rest-api-description/package.json

20 строки
421 B
JSON
Исходник Постоянная ссылка Обычный вид История

2022-04-15 02:01:09 +03:00
{
"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"
}
}