2023-10-12 13:04:29 +00:00
|
|
|
{
|
|
|
|
"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",
|
2024-01-31 15:01:27 +00:00
|
|
|
"clean": "../clean.mjs"
|
2023-10-12 13:04:29 +00:00
|
|
|
},
|
|
|
|
"wireit": {
|
|
|
|
"build": {
|
|
|
|
"command": "tsc -b",
|
|
|
|
"clean": "if-file-deleted",
|
|
|
|
"files": [
|
|
|
|
"src/**"
|
|
|
|
],
|
|
|
|
"output": [
|
|
|
|
"lib/**",
|
|
|
|
"tsconfig.tsbuildinfo"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2024-01-29 12:46:51 +00:00
|
|
|
"devDependencies": {
|
2024-04-11 11:28:49 +00:00
|
|
|
"@microsoft/api-extractor": "7.43.1",
|
|
|
|
"@microsoft/api-documenter": "7.24.2",
|
|
|
|
"@microsoft/api-extractor-model": "7.28.14",
|
2023-10-12 13:04:29 +00:00
|
|
|
"@microsoft/tsdoc": "0.14.2",
|
2024-04-11 11:28:49 +00:00
|
|
|
"@rushstack/node-core-library": "4.1.0"
|
2023-10-12 13:04:29 +00:00
|
|
|
}
|
|
|
|
}
|