puppeteer/tools/docgen/package.json
dependabot[bot] 9d0b7e51ce
chore(deps-dev): Bump the dev-dependencies group with 6 updates (#12555)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-06-10 11:19:50 +00:00

34 lines
738 B
JSON

{
"name": "@puppeteer/docgen",
"version": "0.1.0",
"type": "module",
"private": true,
"main": "./lib/docgen.js",
"description": "Documentation generator for Puppeteer",
"license": "Apache-2.0",
"scripts": {
"build": "wireit",
"clean": "../clean.mjs"
},
"wireit": {
"build": {
"command": "tsc -b",
"clean": "if-file-deleted",
"files": [
"src/**"
],
"output": [
"lib/**",
"tsconfig.tsbuildinfo"
]
}
},
"devDependencies": {
"@microsoft/api-extractor": "7.47.0",
"@microsoft/api-documenter": "7.25.3",
"@microsoft/api-extractor-model": "7.29.2",
"@microsoft/tsdoc": "0.15.0",
"@rushstack/node-core-library": "5.4.1"
}
}