44 lines
1.3 KiB
JSON

{
"name": "openvidu-meet-webcomponent",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npm install && rollup -c",
"build:watch": "npm install && rollup -c -w",
"test:unit": "jest --forceExit --testPathPattern \"tests/unit\" --ci",
"test:e2e": "playwright test",
"test:e2e-core": "playwright test tests/e2e/core/",
"test:e2e-ui-features": "playwright test tests/e2e/ui-feature-preferences.test.ts",
"test:e2e-recording-access": "playwright test tests/e2e/recording-access.test.ts",
"lint": "eslint 'src/**/*.ts'"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"description": "",
"devDependencies": {
"@playwright/test": "^1.50.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pixelmatch": "^7.1.0",
"playwright": "^1.50.1",
"pngjs": "^7.0.0",
"rollup": "^4.34.8",
"rollup-plugin-postcss": "^4.0.2",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}