| .mocharc.cjs |
|
307 |
- |
| api-extractor.docs.json |
|
380 |
- |
| api-extractor.json |
|
719 |
- |
| CHANGELOG.md |
|
28715 |
- |
| package.json |
/*.ts",
"tsconfig.json"
],
"clean": "if-file-deleted",
"output": [
"lib/**",
"!lib/esm/package.json"
],
"dependencies": [
"generate:package-json"
]
},
"generate:package-json": {
"command": "node --experimental-strip-types ../../tools/generate_module_package_json.ts lib/esm/package.json",
"files": [
"../../tools/generate_module_package_json.ts"
],
"output": [
"lib/esm/package.json"
]
},
"generate:package-json:test": {
"command": "node --experimental-strip-types ../../tools/generate_module_package_json.ts test/build/package.json",
"files": [
"../../tools/generate_module_package_json.ts"
],
"output": [
"test/build/package.json"
]
},
"build:docs": {
"command": "api-extractor run --local --config \"./api-extractor.docs.json\"",
"files": [
"api-extractor.docs.json",
"lib/esm/main.d.ts",
"tsconfig.json"
],
"dependencies": [
"build"
]
},
"build:test": {
"command": "tsc -b test/src/tsconfig.json",
"files": [
"test/* |
3028 |
- |
| README.md |
# @puppeteer/browsers |
2970 |
- |
| src |
|
|
- |
| test |
|
|
- |
| tools |
|
|
- |
| tsconfig.json |
|
163 |
- |
| tsdoc.json |
|
336 |
- |