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

25 lines
608 B
JSON

{
"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",
"generate-license": "node ../../../../utils/generate_third_party_notice.js"
},
"dependencies": {
"chokidar": "3.5.3",
"enquirer": "2.3.6",
"json5": "2.2.3",
"open": "8.4.0",
"pirates": "4.0.4",
"source-map-support": "0.5.21",
"stoppable": "1.1.0"
},
"devDependencies": {
"@types/source-map-support": "^0.5.4",
"@types/stoppable": "^1.1.1"
}
}