puppeteer/tools/doctest/package.json
dependabot[bot] 97451731da
chore(deps-dev): Bump the dev-dependencies group across 1 directory with 4 updates (#12565)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 16:50:55 +00:00

40 lines
892 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 && tsx ../../tools/chmod.ts 755 ./bin/doctest.js",
"clean": "if-file-deleted",
"files": [
"src/**"
],
"output": [
"bin/**",
"tsconfig.tsbuildinfo"
]
}
},
"devDependencies": {
"@swc/core": "1.5.27",
"@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.4.1",
"pkg-dir": "8.0.0",
"source-map-support": "0.5.21",
"source-map": "0.7.4",
"yargs": "17.7.2"
}
}