mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
16 lines
499 B
JSON
16 lines
499 B
JSON
{
|
|
"name": "expect-bundle",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"esbuild": "esbuild ./src/expectBundleImpl.ts --bundle --outdir=../../lib --format=cjs --platform=node --target=ES2019",
|
|
"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": {
|
|
"expect": "27.2.5",
|
|
"jest-matcher-utils": "27.2.5"
|
|
}
|
|
}
|