puppeteer/tools/eslint/package.json
dependabot[bot] 956eb389c5
chore(deps-dev): Bump the dev-dependencies group with 5 updates (#12029)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 16:50:10 +01:00

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.1",
"@typescript-eslint/utils": "7.1.0"
}
}