mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
726e528a98
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
34 lines
738 B
JSON
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.46.2",
|
|
"@microsoft/api-documenter": "7.25.2",
|
|
"@microsoft/api-extractor-model": "7.29.2",
|
|
"@microsoft/tsdoc": "0.15.0",
|
|
"@rushstack/node-core-library": "5.4.1"
|
|
}
|
|
}
|