UNPKG

850 BJSONView Raw
1{
2 "name": "@microsoft/tsdoc",
3 "version": "0.14.1",
4 "description": "A parser for the TypeScript doc comment syntax",
5 "keywords": [
6 "TypeScript",
7 "documentation",
8 "doc",
9 "comments",
10 "JSDoc",
11 "parser",
12 "standard"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/microsoft/tsdoc",
17 "directory": "tsdoc"
18 },
19 "homepage": "https://tsdoc.org/",
20 "main": "lib-commonjs/index.js",
21 "module": "lib/index.js",
22 "typings": "lib/index.d.ts",
23 "license": "MIT",
24 "devDependencies": {
25 "@rushstack/eslint-config": "~2.3.1",
26 "@rushstack/heft-web-rig": "0.1.28",
27 "@rushstack/heft": "^0.22.3",
28 "@types/heft-jest": "1.0.1",
29 "eslint": "~7.12.1"
30 },
31 "scripts": {
32 "build": "heft test --clean",
33 "watch": "heft test --clean --watch"
34 }
35}