tsdoc/eslint-plugin/package.json

43 строки
996 B
JSON
Исходник Обычный вид История

2019-10-24 05:35:02 +03:00
{
"name": "eslint-plugin-tsdoc",
2022-09-14 05:55:08 +03:00
"version": "0.2.17",
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",
2022-04-09 05:07:34 +03:00
"url": "https://github.com/microsoft/tsdoc",
"directory": "eslint-plugin"
2019-11-05 11:05:51 +03:00
},
"homepage": "https://tsdoc.org/",
2019-11-05 11:05:51 +03:00
"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": {
"@microsoft/tsdoc": "workspace:*",
"@microsoft/tsdoc-config": "workspace:*"
2019-10-24 05:35:02 +03:00
},
"devDependencies": {
"@rushstack/eslint-config": "~3.3.1",
"@rushstack/heft-node-rig": "2.2.5",
"@rushstack/heft": "^0.53.1",
"@types/eslint": "8.40.1",
"@types/estree": "1.0.1",
"@types/heft-jest": "1.0.3",
"@types/node": "14.18.36",
"eslint": "~8.42.0",
"typescript": "~5.0.4"
2019-10-24 05:35:02 +03:00
}
}