puppeteer/tools/docgen/package.json
dependabot[bot] 84ad6de2e6
chore(deps-dev): Bump the dev-dependencies group with 5 updates (#11940)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 09:10:19 +01:00

34 lines
741 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.40.2",
"@microsoft/api-documenter": "7.23.24",
"@microsoft/api-extractor-model": "7.28.10",
"@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "3.66.1"
}
}