2023-09-19 15:13:30 +00:00
|
|
|
{
|
|
|
|
"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",
|
2024-01-31 15:01:27 +00:00
|
|
|
"clean": "../clean.mjs"
|
2023-09-19 15:13:30 +00:00
|
|
|
},
|
|
|
|
"wireit": {
|
|
|
|
"build": {
|
|
|
|
"command": "tsc -b && chmod +x ./bin/doctest.js",
|
|
|
|
"clean": "if-file-deleted",
|
|
|
|
"files": [
|
|
|
|
"src/**"
|
|
|
|
],
|
|
|
|
"output": [
|
|
|
|
"bin/**",
|
|
|
|
"tsconfig.tsbuildinfo"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2024-01-29 12:46:51 +00:00
|
|
|
"devDependencies": {
|
2024-02-14 18:20:12 +00:00
|
|
|
"@swc/core": "1.4.1",
|
2024-01-29 12:46:51 +00:00
|
|
|
"@types/doctrine": "0.0.9",
|
|
|
|
"@types/source-map-support": "0.5.10",
|
|
|
|
"@types/yargs": "17.0.32",
|
2024-01-02 07:04:30 +00:00
|
|
|
"acorn": "8.11.3",
|
2023-09-19 15:13:30 +00:00
|
|
|
"doctrine": "3.0.0",
|
2023-09-27 12:06:48 +00:00
|
|
|
"glob": "10.3.10",
|
2023-11-07 15:11:01 +00:00
|
|
|
"pkg-dir": "8.0.0",
|
2023-09-19 15:13:30 +00:00
|
|
|
"source-map-support": "0.5.21",
|
2024-01-29 12:46:51 +00:00
|
|
|
"source-map": "0.7.4",
|
2023-09-19 15:13:30 +00:00
|
|
|
"yargs": "17.7.2"
|
|
|
|
}
|
|
|
|
}
|