puppeteer/tools/docgen/package.json
dependabot[bot] e956daa7fa
chore(deps): Bump the dependencies group with 4 updates (#11511)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 08:58:29 +00:00

33 lines
694 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.js"
},
"wireit": {
"build": {
"command": "tsc -b",
"clean": "if-file-deleted",
"files": [
"src/**"
],
"output": [
"lib/**",
"tsconfig.tsbuildinfo"
]
}
},
"dependencies": {
"@microsoft/api-documenter": "7.23.14",
"@microsoft/api-extractor-model": "7.28.3",
"@microsoft/tsdoc": "0.14.2",
"@rushstack/node-core-library": "3.62.0"
}
}