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

21 lines
518 B
JSON
Raw Normal View History

2022-04-19 07:47:18 +03:00
{
"name": "utils-bundle",
"version": "0.0.1",
"private": true,
"scripts": {
"esbuild": "node build.js",
2022-04-19 07:47:18 +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": {
"json5": "2.2.1",
"open": "8.4.0",
"pirates": "4.0.4",
"source-map-support": "0.5.21"
2022-04-19 07:47:18 +03:00
},
"devDependencies": {
"@types/source-map-support": "^0.5.4"
}
}