playwright/packages/playwright-core/bundles/utils/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2022-04-18 23:47:23 +03:00
{
"name": "utils-bundle",
"version": "0.0.1",
"private": true,
"scripts": {
"esbuild": "node build.js",
"build": "npm run esbuild -- --minify",
"watch": "npm run esbuild -- --watch --sourcemap",
2022-04-18 23:47:23 +03:00
"generate-license": "node ../../../../utils/generate_third_party_notice.js"
},
"dependencies": {
2022-04-19 03:50:25 +03:00
"colors": "1.4.0",
"commander": "8.3.0",
2022-04-19 07:47:18 +03:00
"debug": "^4.3.4",
"graceful-fs": "4.2.10",
2022-04-18 23:47:23 +03:00
"https-proxy-agent": "5.0.0",
"jpeg-js": "0.4.4",
2022-04-19 06:20:49 +03:00
"mime": "^3.0.0",
2022-04-19 07:47:18 +03:00
"minimatch": "^3.1.2",
"open": "8.4.0",
2022-04-19 06:20:49 +03:00
"pngjs": "6.0.0",
"progress": "2.0.3",
2022-04-18 23:47:23 +03:00
"proxy-from-env": "1.1.0",
"retry": "0.12.0",
"signal-exit": "3.0.7",
2022-04-18 23:47:23 +03:00
"socks-proxy-agent": "6.1.1",
"stack-utils": "2.0.5",
2022-04-19 06:20:49 +03:00
"ws": "8.4.2"
2022-04-19 03:50:25 +03:00
},
"devDependencies": {
"@types/debug": "^4.1.7",
2022-04-19 06:20:49 +03:00
"@types/mime": "^2.0.3",
2022-04-19 07:47:18 +03:00
"@types/minimatch": "^3.0.5",
2022-04-19 06:20:49 +03:00
"@types/pngjs": "^6.0.1",
"@types/progress": "^2.0.5",
2022-04-19 03:50:25 +03:00
"@types/proper-lockfile": "^4.1.2",
"@types/proxy-from-env": "^1.0.1",
2022-04-19 06:20:49 +03:00
"@types/stack-utils": "^2.0.1",
"@types/ws": "8.2.2"
2022-04-18 23:47:23 +03:00
}
}