UNPKG

comctx

Version:

Cross-context RPC solution with type safety and flexible adapters.

31 lines (30 loc) 708 B
{ "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" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@eslint/js": "^9.20.0", "@types/node": "^22.13.1", "eslint": "^9.20.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.3", "globals": "^15.14.0", "happy-dom": "^17.0.4", "typescript": "^5.7.3", "vitest": "^3.0.5", "typescript-eslint": "^8.24.0" }, "dependencies": { "@testing-library/dom": "^10.4.0" } }