1 | {
|
2 | "name": "eslint-plugin-tsdoc",
|
3 | "version": "0.3.0",
|
4 | "description": "An ESLint plugin that validates TypeScript doc comments",
|
5 | "keywords": [
|
6 | "TypeScript",
|
7 | "documentation",
|
8 | "doc",
|
9 | "comments",
|
10 | "JSDoc",
|
11 | "TSDoc",
|
12 | "ESLint",
|
13 | "plugin"
|
14 | ],
|
15 | "license": "MIT",
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/microsoft/tsdoc",
|
19 | "directory": "eslint-plugin"
|
20 | },
|
21 | "homepage": "https://tsdoc.org/",
|
22 | "main": "lib/index.js",
|
23 | "typings": "lib/index.d.ts",
|
24 | "dependencies": {
|
25 | "@microsoft/tsdoc": "0.15.0",
|
26 | "@microsoft/tsdoc-config": "0.17.0"
|
27 | },
|
28 | "devDependencies": {
|
29 | "@rushstack/heft-node-rig": "~2.6.11",
|
30 | "@rushstack/heft": "^0.66.13",
|
31 | "@types/eslint": "8.40.1",
|
32 | "@types/estree": "1.0.1",
|
33 | "@types/heft-jest": "1.0.3",
|
34 | "@types/node": "14.18.36",
|
35 | "eslint": "~8.57.0",
|
36 | "eslint-plugin-header": "~3.1.1"
|
37 | },
|
38 | "scripts": {
|
39 | "build": "heft test --clean",
|
40 | "_phase:build": "heft run --only build -- --clean",
|
41 | "_phase:test": "heft run --only test -- --clean"
|
42 | }
|
43 | } |
\ | No newline at end of file |