mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
28f382bea6
Co-authored-by: Max Schmitt <max@schmitt.mx>
21 lines
518 B
JSON
21 lines
518 B
JSON
{
|
|
"name": "utils-bundle",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"esbuild": "node build.js",
|
|
"build": "npm ci && npm run esbuild -- --minify",
|
|
"watch": "npm ci && npm run esbuild -- --watch --sourcemap",
|
|
"generate-license": "node ../../../../utils/generate_third_party_notice.js"
|
|
},
|
|
"dependencies": {
|
|
"json5": "2.2.1",
|
|
"open": "8.4.0",
|
|
"pirates": "4.0.4",
|
|
"source-map-support": "0.5.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/source-map-support": "^0.5.4"
|
|
}
|
|
}
|