mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
12a714e74d
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
734 B
JSON
39 lines
734 B
JSON
{
|
|
"name": "@puppeteer/eslint",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/puppeteer/puppeteer/tree/main/tools/eslint"
|
|
},
|
|
"scripts": {
|
|
"build": "wireit",
|
|
"prepare": "wireit"
|
|
},
|
|
"wireit": {
|
|
"build": {
|
|
"command": "tsc -b",
|
|
"clean": "if-file-deleted",
|
|
"files": [
|
|
"src/**"
|
|
],
|
|
"output": [
|
|
"lib/**",
|
|
"tsconfig.tsbuildinfo"
|
|
]
|
|
},
|
|
"prepare": {
|
|
"dependencies": [
|
|
"build"
|
|
]
|
|
}
|
|
},
|
|
"author": "The Chromium Authors",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@prettier/sync": "0.5.2",
|
|
"@typescript-eslint/utils": "7.7.1"
|
|
}
|
|
}
|