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

30 lines
893 B
JSON
Raw Normal View History

2022-04-18 23:47:23 +03:00
{
"name": "utils-bundle",
"version": "0.0.1",
"private": true,
"scripts": {
2022-04-19 03:50:25 +03:00
"esbuild": "esbuild ./src/utilsBundleImpl.ts --bundle --outdir=../../lib --format=cjs --platform=node --target=ES2019",
2022-04-18 23:47:23 +03:00
"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": {
2022-04-19 03:50:25 +03:00
"colors": "1.4.0",
"commander": "8.3.0",
"debug": "4.3.3",
2022-04-18 23:47:23 +03:00
"https-proxy-agent": "5.0.0",
"proper-lockfile": "4.1.2",
"proxy-from-env": "1.1.0",
"socks-proxy-agent": "6.1.1",
"stack-utils": "2.0.5",
"rimraf": "3.0.2"
2022-04-19 03:50:25 +03:00
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/proper-lockfile": "^4.1.2",
"@types/proxy-from-env": "^1.0.1",
"@types/rimraf": "^3.0.2",
"@types/stack-utils": "^2.0.1"
2022-04-18 23:47:23 +03:00
}
}