UNPKG

823 BJSONView Raw
1{
2 "name": "@microsoft/tsdoc",
3 "version": "0.13.2",
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 },
18 "homepage": "https://tsdoc.org/",
19 "main": "lib-commonjs/index.js",
20 "module": "lib/index.js",
21 "typings": "lib/index.d.ts",
22 "license": "MIT",
23 "devDependencies": {
24 "@rushstack/eslint-config": "~2.3.1",
25 "@rushstack/heft-web-rig": "0.1.28",
26 "@rushstack/heft": "^0.22.3",
27 "@types/heft-jest": "1.0.1",
28 "eslint": "~7.12.1"
29 },
30 "scripts": {
31 "build": "heft test --clean",
32 "watch": "heft test --clean --watch"
33 }
34}