tsdoc/eslint-plugin/package.json

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

2019-10-24 05:35:02 +03:00
{
"name": "eslint-plugin-tsdoc",
2020-07-19 04:22:35 +03:00
"version": "0.2.6",
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-05-21 01:33:27 +03:00
"@microsoft/tsdoc": "0.12.20",
2020-07-19 04:22:35 +03:00
"@microsoft/tsdoc-config": "0.13.5"
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-08-28 09:08:22 +03:00
"@rushstack/eslint-config": "~1.3.0",
"@rushstack/heft": "^0.8.0",
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",
2020-08-22 03:18:46 +03:00
"@types/jest": "25.2.1",
2019-11-15 11:06:08 +03:00
"@types/node": "10.17.5",
"eslint": "~7.2.0"
2019-10-24 05:35:02 +03:00
}
}