|
| 1 | +{ |
| 2 | + "name": "@lit-protocol/tinny", |
| 3 | + "version": "0.0.5", |
| 4 | + "description": "A package to run the test script for Lit Protocol with custom commands", |
| 5 | + "type": "module", |
| 6 | + "main": "./index.js", |
| 7 | + "typings": "./index.ts", |
| 8 | + "license": "MIT", |
| 9 | + "author": "Anson (https://github.com/ansonhkg)", |
| 10 | + "publishConfig": { |
| 11 | + "access": "public", |
| 12 | + "directory": "./" |
| 13 | + }, |
| 14 | + "dependencies": { |
| 15 | + "@cosmjs/amino": "0.30.1", |
| 16 | + "@cosmjs/crypto": "0.30.1", |
| 17 | + "@cosmjs/encoding": "0.30.1", |
| 18 | + "@cosmjs/proto-signing": "0.30.1", |
| 19 | + "@cosmjs/stargate": "0.30.1", |
| 20 | + "@cypress/code-coverage": "^3.10.0", |
| 21 | + "@cypress/react": "^6.2.0", |
| 22 | + "@cypress/webpack-dev-server": "^2.3.0", |
| 23 | + "@lit-protocol/accs-schemas": "0.0.7", |
| 24 | + "@metamask/eth-sig-util": "5.0.2", |
| 25 | + "@mysten/sui.js": "^0.37.1", |
| 26 | + "@playwright/test": "^1.25.2", |
| 27 | + "@simplewebauthn/browser": "^7.2.0", |
| 28 | + "@simplewebauthn/typescript-types": "^7.0.0", |
| 29 | + "@spruceid/siwe-parser": "2.0.0", |
| 30 | + "@synthetixio/js": "^2.41.0", |
| 31 | + "@testing-library/cypress": "^8.0.3", |
| 32 | + "@testing-library/react": "^13.4.0", |
| 33 | + "@types/testing-library__cypress": "^5.0.9", |
| 34 | + "@walletconnect/core": "2.9.2", |
| 35 | + "@walletconnect/ethereum-provider": "2.9.2", |
| 36 | + "@walletconnect/jsonrpc-utils": "1.0.8", |
| 37 | + "@walletconnect/modal": "2.6.1", |
| 38 | + "@walletconnect/types": "2.9.2", |
| 39 | + "@walletconnect/utils": "2.9.2", |
| 40 | + "@walletconnect/web3wallet": "1.8.8", |
| 41 | + "@websaam/nx-esbuild": "^0.0.1", |
| 42 | + "ajv": "^8.12.0", |
| 43 | + "axios": "^0.27.2", |
| 44 | + "base64url": "^3.0.1", |
| 45 | + "bitcoinjs-lib": "^6.1.0", |
| 46 | + "blockstore-core": "^3.0.0", |
| 47 | + "browserify-zlib": "^0.2.0", |
| 48 | + "bs58": "^5.0.0", |
| 49 | + "bytes32": "^0.0.3", |
| 50 | + "cbor-web": "^9.0.1", |
| 51 | + "commander": "^9.4.0", |
| 52 | + "concurrently": "^7.4.0", |
| 53 | + "core-js": "^3.6.5", |
| 54 | + "cross-fetch": "3.1.4", |
| 55 | + "crypto-browserify": "^3.12.0", |
| 56 | + "cypress-wait-until": "^1.7.2", |
| 57 | + "cypress-watch-and-reload": "^1.10.3", |
| 58 | + "date-and-time": "^2.4.1", |
| 59 | + "dotenv": "^16.0.2", |
| 60 | + "dotenv-parse-variables": "^2.0.0", |
| 61 | + "download": "^8.0.0", |
| 62 | + "ethers": "^5.7.1", |
| 63 | + "etherscan-api": "^10.2.0", |
| 64 | + "find-config": "^1.0.0", |
| 65 | + "g": "^2.0.1", |
| 66 | + "https-browserify": "^1.0.0", |
| 67 | + "jose": "^4.14.4", |
| 68 | + "jszip": "^3.10.1", |
| 69 | + "micromodal": "^0.4.10", |
| 70 | + "multiformats": "^9.7.1", |
| 71 | + "nanoid": "3.3.4", |
| 72 | + "next": "13.3.0", |
| 73 | + "react": "18.0.0", |
| 74 | + "react-dom": "18.0.0", |
| 75 | + "regenerator-runtime": "0.13.7", |
| 76 | + "secp256k1": "^5.0.0", |
| 77 | + "serve": "^14.0.1", |
| 78 | + "siwe": "^2.0.5", |
| 79 | + "siwe-recap": "0.0.2-alpha.0", |
| 80 | + "stream-browserify": "^3.0.0", |
| 81 | + "stream-http": "^3.2.0", |
| 82 | + "synthetix-js": "^2.74.1", |
| 83 | + "tslib": "^2.3.0", |
| 84 | + "tweetnacl": "^1.0.3", |
| 85 | + "tweetnacl-util": "^0.15.1", |
| 86 | + "uint8arrays": "^4.0.3", |
| 87 | + "@openagenda/verror": "^3.1.4", |
| 88 | + "ipfs-unixfs-importer": "12.0.1", |
| 89 | + "@solana/web3.js": "^1.95.3", |
| 90 | + "bech32": "^2.0.0", |
| 91 | + "pako": "^2.1.0", |
| 92 | + "@lit-protocol/misc": "^7.0.0", |
| 93 | + "@lit-protocol/lit-node-client": "^7.0.0", |
| 94 | + "@lit-protocol/lit-auth-client": "^7.0.0", |
| 95 | + "@lit-protocol/contracts": "^0.0.71" |
| 96 | + } |
| 97 | +} |
0 commit comments