tsdoc/eslint-plugin/package.json

41 строка
966 B
JSON
Исходник Обычный вид История

2019-10-24 05:35:02 +03:00
{
"name": "eslint-plugin-tsdoc",
2020-09-04 18:53:28 +03:00
"version": "0.2.7",
2019-11-05 11:05:51 +03:00
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
"documentation",
"doc",
"comments",
"JSDoc",
"TSDoc",
"ESLint",
"plugin"
],
2019-10-24 05:35:02 +03:00
"license": "MIT",
2019-11-05 11:05:51 +03:00
"repository": {
"type": "git",
"url": "https://github.com/microsoft/tsdoc/tree/master/eslint-plugin"
},
"homepage": "https://github.com/microsoft/tsdoc",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
2019-10-24 05:35:02 +03:00
"scripts": {
2020-11-25 06:26:50 +03:00
"build": "heft test --clean"
2019-10-24 05:35:02 +03:00
},
"dependencies": {
2020-09-04 18:53:28 +03:00
"@microsoft/tsdoc": "0.12.21",
"@microsoft/tsdoc-config": "0.13.6"
2019-10-24 05:35:02 +03:00
},
"devDependencies": {
2020-11-25 06:26:50 +03:00
"@rushstack/eslint-config": "~2.3.1",
"@rushstack/heft-node-rig": "0.1.28",
"@rushstack/heft": "^0.22.3",
2019-10-24 05:35:02 +03:00
"@types/eslint": "6.1.3",
2019-11-05 10:14:39 +03:00
"@types/estree": "0.0.39",
"@types/heft-jest": "1.0.1",
2020-11-25 06:26:50 +03:00
"@types/node": "10.17.13",
"eslint": "~7.9.0"
2019-10-24 05:35:02 +03:00
}
}