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

23 lines
579 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",
2022-04-19 06:47:18 +02: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",
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
}
}