tsdoc/eslint-plugin/package.json

44 строки
1.1 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2019-10-24 05:35:02 +03:00
{
"name": "eslint-plugin-tsdoc",
2024-05-29 00:34:21 +03:00
"version": "0.3.0",
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": {
2024-05-28 10:35:06 +03:00
"build": "heft test --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only 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": {
2024-05-28 10:27:54 +03:00
"@rushstack/heft-node-rig": "~2.6.11",
"@rushstack/heft": "^0.66.13",
"@types/eslint": "8.40.1",
"@types/estree": "1.0.1",
"@types/heft-jest": "1.0.3",
"@types/node": "14.18.36",
2024-05-28 10:27:54 +03:00
"eslint": "~8.57.0",
"eslint-plugin-header": "~3.1.1"
2019-10-24 05:35:02 +03:00
}
}