puppeteer/tools/doctest/package.json
dependabot[bot] 8379f468f4
chore(deps): Bump acorn from 8.10.0 to 8.11.1 (#11262)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-27 14:15:27 +02:00

41 lines
864 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.js"
},
"wireit": {
"build": {
"command": "tsc -b && chmod +x ./bin/doctest.js",
"clean": "if-file-deleted",
"files": [
"src/**"
],
"output": [
"bin/**",
"tsconfig.tsbuildinfo"
]
}
},
"dependencies": {
"@swc/core": "1.3.94",
"acorn": "8.11.1",
"doctrine": "3.0.0",
"glob": "10.3.10",
"pkg-dir": "7.0.0",
"source-map": "0.7.4",
"source-map-support": "0.5.21",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/doctrine": "0.0.8",
"@types/source-map-support": "0.5.9"
}
}