32 lines
697 B
JSON
32 lines
697 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-documenter": "7.26.3",
|
|
"@microsoft/api-extractor-model": "7.30.1",
|
|
"@microsoft/tsdoc": "0.15.1",
|
|
"@rushstack/node-core-library": "5.10.1"
|
|
}
|
|
}
|