2019-10-24 05:35:02 +03:00
|
|
|
{
|
|
|
|
"name": "eslint-plugin-tsdoc",
|
2020-03-28 02:14:54 +03:00
|
|
|
"version": "0.2.4",
|
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": "node ./build.js",
|
|
|
|
"lint": "eslint -f unix \"src/**/*.{ts,tsx}\"",
|
|
|
|
"test": "node lib/tests/index.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-03-28 02:14:54 +03:00
|
|
|
"@microsoft/tsdoc": "0.12.19",
|
|
|
|
"@microsoft/tsdoc-config": "0.13.3"
|
2019-10-24 05:35:02 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rushstack/eslint-config": "0.4.0",
|
|
|
|
"@types/eslint": "6.1.3",
|
2019-11-05 10:14:39 +03:00
|
|
|
"@types/estree": "0.0.39",
|
2019-11-15 11:06:08 +03:00
|
|
|
"@types/node": "10.17.5",
|
2019-10-24 05:35:02 +03:00
|
|
|
"eslint": "^6.0.0",
|
2019-11-05 10:14:39 +03:00
|
|
|
"rimraf": "~2.6.3",
|
2019-10-24 05:35:02 +03:00
|
|
|
"typescript": "~3.5.3"
|
|
|
|
}
|
|
|
|
}
|