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

24 lines
587 B
JSON
Raw Normal View History

2022-04-19 06:47:18 +02: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-19 06:47:18 +02:00
"generate-license": "node ../../../../utils/generate_third_party_notice.js"
},
"dependencies": {
"chokidar": "3.5.3",
"enquirer": "2.3.6",
"json5": "2.2.3",
2022-04-19 06:47:18 +02:00
"pirates": "4.0.4",
2022-08-08 17:54:56 +02:00
"source-map-support": "0.5.21",
"stoppable": "1.1.0"
2022-04-19 06:47:18 +02:00
},
"devDependencies": {
2022-08-08 17:54:56 +02:00
"@types/source-map-support": "^0.5.4",
"@types/stoppable": "^1.1.1"
2022-04-19 06:47:18 +02:00
}
}