mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
93e9acc410
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
40 lines
872 B
JSON
40 lines
872 B
JSON
{
|
|
"name": "@puppeteer/doctest",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"bin": "./bin/doctest.js",
|
|
"description": "Tests JSDoc @example code within a file.",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"clean": "../clean.mjs"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "tsc -b && chmod +x ./bin/doctest.js",
|
|
"clean": "if-file-deleted",
|
|
"files": [
|
|
"src/**"
|
|
],
|
|
"output": [
|
|
"bin/**",
|
|
"tsconfig.tsbuildinfo"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@swc/core": "1.4.8",
|
|
"@types/doctrine": "0.0.9",
|
|
"@types/source-map-support": "0.5.10",
|
|
"@types/yargs": "17.0.32",
|
|
"acorn": "8.11.3",
|
|
"doctrine": "3.0.0",
|
|
"glob": "10.3.10",
|
|
"pkg-dir": "8.0.0",
|
|
"source-map-support": "0.5.21",
|
|
"source-map": "0.7.4",
|
|
"yargs": "17.7.2"
|
|
}
|
|
}
|