tsdoc/eslint-plugin/package.json

42 строки
996 B
JSON

{
"name": "eslint-plugin-tsdoc",
"version": "0.2.5",
"description": "An ESLint plugin that validates TypeScript doc comments",
"keywords": [
"TypeScript",
"documentation",
"doc",
"comments",
"JSDoc",
"TSDoc",
"ESLint",
"plugin"
],
"license": "MIT",
"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",
"scripts": {
"build": "node ./build.js",
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
"test": "node lib/tests/index.js"
},
"dependencies": {
"@microsoft/tsdoc": "0.12.20",
"@microsoft/tsdoc-config": "0.13.4"
},
"devDependencies": {
"@rushstack/eslint-config": "1.0.1",
"@types/eslint": "6.1.3",
"@types/estree": "0.0.39",
"@types/node": "10.17.5",
"eslint": "~7.2.0",
"rimraf": "~2.6.3",
"typescript": "~3.5.3"
}
}