2023-08-29 19:41:29 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-11-06 13:03:57 +00:00
|
|
|
"license": "Apache-2.0",
|
2024-01-29 12:46:51 +00:00
|
|
|
"devDependencies": {
|
2024-04-22 08:42:01 +00:00
|
|
|
"@prettier/sync": "0.5.2",
|
2024-05-31 09:51:37 +00:00
|
|
|
"@typescript-eslint/utils": "7.11.0"
|
2023-11-06 13:03:57 +00:00
|
|
|
}
|
2023-08-29 19:41:29 +00:00
|
|
|
}
|