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",
|
|
|
|
"clean": "../clean.js"
|
|
|
|
},
|
|
|
|
"wireit": {
|
|
|
|
"build": {
|
|
|
|
"command": "tsc -b",
|
|
|
|
"clean": "if-file-deleted",
|
|
|
|
"files": [
|
|
|
|
"src/**"
|
|
|
|
],
|
|
|
|
"output": [
|
|
|
|
"lib/**",
|
|
|
|
"tsconfig.tsbuildinfo"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-17 09:12:48 +00:00
|
|
|
"@microsoft/api-documenter": "7.23.17",
|
2024-01-03 09:01:34 +00:00
|
|
|
"@microsoft/api-extractor-model": "7.28.4",
|
2023-10-12 13:04:29 +00:00
|
|
|
"@microsoft/tsdoc": "0.14.2",
|
2024-01-03 09:01:34 +00:00
|
|
|
"@rushstack/node-core-library": "3.63.0"
|
2023-10-12 13:04:29 +00:00
|
|
|
}
|
|
|
|
}
|