UNPKG

@lit-protocol/e2e

Version:

Lit Protocol E2E testing package for running comprehensive integration tests

127 lines 3.37 kB
{ "name": "@lit-protocol/e2e", "version": "5.1.2", "description": "Lit Protocol E2E testing package for running comprehensive integration tests", "main": "src/index.js", "type": "commonjs", "types": "src/index.d.ts", "bin": { "lit-e2e": "bin/run-e2e.cjs" }, "exports": { ".": { "types": "./src/index.d.ts", "default": "./src/index.js" }, "./specs/e2e": { "types": "./src/index.d.ts", "default": "./specs/e2e.spec.ts" }, "./jest-config": { "default": "./jest.e2e.package.config.cjs" }, "./cli": { "default": "./bin/run-e2e.cjs" }, "./babel-config": { "default": "./babel.config.cjs" }, "./babel.config.cjs": "./babel.config.cjs" }, "files": [ "bin", "src", "specs", "babel.config.cjs", "jest.e2e.package.config.cjs", "CHANGELOG.md", "README.md", "example.js" ], "keywords": [ "lit-protocol", "e2e", "testing", "integration-tests", "blockchain", "pkp", "encryption" ], "author": "Lit Protocol", "license": "MIT", "dependencies": { "@babel/core": "7.28.5", "@babel/preset-env": "7.28.3", "@babel/preset-typescript": "7.27.1", "@ethersproject/contracts": "5.7.0", "@ethersproject/providers": "5.7.0", "@ethersproject/transactions": "5.7.0", "@jest/globals": "30.2.0", "@lit-protocol/lit-status-sdk": "0.1.8", "@lit-protocol/nacl": "7.1.1", "@lit-protocol/uint8arrays": "7.1.1", "@noble/curves": "1.8.1", "@noble/hashes": "1.8.0", "@openagenda/verror": "3.1.4", "@simplewebauthn/browser": "7.2.0", "@simplewebauthn/typescript-types": "7.0.0", "@solana/kit": "4.0.0", "@t3-oss/env-core": "0.13.8", "@typechain/ethers-v6": "0.5.1", "@wagmi/core": "2.22.1", "ajv": "8.12.0", "babel-jest": "30.2.0", "base64url": "3.0.1", "bs58": "6.0.0", "buffer": "6.0.3", "cbor-web": "9.0.2", "depd": "2.0.0", "elysia": "1.2.25", "ethers": "5.7.2", "form-data": "4.0.4", "jose": "4.14.4", "pako": "2.1.0", "pino": "9.6.0", "pino-caller": "4.0.0", "siwe": "2.3.2", "siwe-recap": "0.0.2-alpha.0", "stytch": "12.4.0", "tslib": "2.8.1", "typechain": "8.3.2", "typestub-ipfs-only-hash": "4.0.0", "zod": "3.24.3", "zod-validation-error": "3.4.0", "@lit-protocol/wrapped-keys": "8.2.1", "@lit-protocol/wrapped-keys-lit-actions": "8.1.1" }, "peerDependencies": { "@types/jest": "30.0.0", "jest": "30.2.0", "viem": "2.38.3", "@lit-protocol/access-control-conditions": "8.0.2", "@lit-protocol/access-control-conditions-schemas": "8.0.2", "@lit-protocol/auth": "8.2.3", "@lit-protocol/auth-helpers": "8.2.1", "@lit-protocol/constants": "9.0.1", "@lit-protocol/contracts": "0.9.1", "@lit-protocol/crypto": "8.1.0", "@lit-protocol/lit-client": "8.3.1", "@lit-protocol/logger": "8.0.2", "@lit-protocol/networks": "8.4.1", "@lit-protocol/schemas": "8.0.3", "@lit-protocol/types": "8.0.4", "@lit-protocol/wasm": "8.1.1" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/LitProtocol/js-sdk.git", "directory": "e2e" }, "publishConfig": { "access": "public", "directory": "../../dist/packages/e2e" } }