tsdoc/eslint-plugin/package.json

42 строки
1.0 KiB
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": {
"build": "heft test --clean",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\""
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-08-17 09:09:16 +03:00
"@microsoft/rush-stack-compiler-3.5": "~0.8.4",
2020-09-22 08:04:26 +03:00
"@rushstack/eslint-config": "~2.1.1",
"@rushstack/heft": "^0.13.8",
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",
2019-11-15 11:06:08 +03:00
"@types/node": "10.17.5",
"eslint": "~7.9.0"
2019-10-24 05:35:02 +03:00
}
}