Files
fhe/examples/e2e-tests/package.json
T
Zach Kelling a4ab9dd4a9 Clean up: Move Go FHE implementation to lux/fhe
- Remove old Go FHE code (now in lux/fhe)
- Remove old Zama compatibility layers
- Update CI for TypeScript/JS SDK only
- This repo is now purely the @luxfhe npm package ecosystem
2026-01-02 10:53:28 -08:00

22 lines
540 B
JSON

{
"name": "@luxfhe/e2e-tests",
"version": "1.0.0",
"description": "End-to-end Playwright tests for LuxFHE web3 examples",
"type": "module",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@types/node": "^20.10.0",
"typescript": "^5.3.0"
},
"dependencies": {
"ethers": "^6.11.0"
}
}