Initial commit
This commit is contained in:
42
node_modules/@microsoft/tsdoc-config/package.json
generated
vendored
Normal file
42
node_modules/@microsoft/tsdoc-config/package.json
generated
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "@microsoft/tsdoc-config",
|
||||
"version": "0.18.0",
|
||||
"description": "A loader for the tsdoc.json file",
|
||||
"keywords": [
|
||||
"TypeScript",
|
||||
"documentation",
|
||||
"doc",
|
||||
"comments",
|
||||
"JSDoc",
|
||||
"parser",
|
||||
"standard"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/tsdoc",
|
||||
"directory": "tsdoc-config"
|
||||
},
|
||||
"homepage": "https://tsdoc.org/",
|
||||
"main": "lib/index.js",
|
||||
"typings": "lib/index.d.ts",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ajv": "~8.12.0",
|
||||
"jju": "~1.4.0",
|
||||
"resolve": "~1.22.2",
|
||||
"@microsoft/tsdoc": "0.16.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/heft": "1.1.1",
|
||||
"@types/jju": "1.4.2",
|
||||
"@types/resolve": "1.20.2",
|
||||
"eslint": "~9.25.1",
|
||||
"tsdoc-build-rig": "1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "heft test --clean",
|
||||
"watch": "heft test --clean --watch",
|
||||
"_phase:build": "heft run --only build -- --clean",
|
||||
"_phase:test": "heft run --only test -- --clean"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user