comctx
Version:
Use RPC to communicate easily across contexts in any JavaScript environment.
31 lines (30 loc) • 743 B
JSON
{
"name": "__tests__",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "pnpm --filter iframe-example build && vitest",
"lint": "eslint --fix --cache",
"check": "tsc --noEmit"
},
"dependencies": {
"@testing-library/dom": "^10.4.1",
"comctx": "workspace:*"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@resreq/event-hub": "^1.7.2",
"@types/node": "^25.2.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"globals": "^17.3.0",
"happy-dom": "^20.4.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"vitest": "^4.0.18"
}
}