XuqmGroup-H5SDK/node_modules/@microsoft/tsdoc-config/package.json
徐勤民 e34fa2052a feat(private): add private deployment SDK module
Adds @xuqm/h5-sdk/private entry point with JSON-based initialization,
feature gating, and error codes for private deployment scenarios.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 21:08:08 +08:00

42 行
987 B
JSON

{
"name": "@microsoft/tsdoc-config",
"version": "0.18.1",
"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.18.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"
}
}