UNPKG

@lit-protocol/e2e

Version:

Lit Protocol E2E testing package for running comprehensive integration tests

121 lines 3.19 kB
{ "name": "@lit-protocol/e2e", "version": "4.0.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.8.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", "@t3-oss/env-core": "0.13.8", "@typechain/ethers-v6": "0.5.1", "@wagmi/core": "^2.17.1", "ajv": "^8.12.0", "babel-jest": "30.2.0", "base64url": "^3.0.1", "bs58": "^6.0.0", "cbor-web": "^9.0.2", "depd": "^2.0.0", "ethers": "^5.7.1", "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" }, "peerDependencies": { "@types/jest": "30.0.0", "jest": "30.2.0", "viem": "2.38.x", "@lit-protocol/access-control-conditions": "8.0.2", "@lit-protocol/access-control-conditions-schemas": "8.0.2", "@lit-protocol/auth": "8.1.2", "@lit-protocol/auth-helpers": "8.1.1", "@lit-protocol/constants": "8.0.8", "@lit-protocol/contracts": "0.8.2", "@lit-protocol/crypto": "8.0.2", "@lit-protocol/lit-client": "8.2.3", "@lit-protocol/logger": "8.0.2", "@lit-protocol/networks": "8.3.2", "@lit-protocol/schemas": "8.0.2", "@lit-protocol/types": "8.0.2", "@lit-protocol/wasm": "8.1.0" }, "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" } }