Skip to content

Commit

Permalink
feat: add tinnytest package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Nov 19, 2024
1 parent ac26418 commit 48ee1e8
Showing 1 changed file with 54 additions and 13 deletions.
67 changes: 54 additions & 13 deletions local-tests/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinnytest",
"version": "0.0.6",
"version": "0.0.13",
"description": "A package to run the test script for Lit Protocol with custom commands",
"main": "test.mjs",
"bin": {
Expand All @@ -17,36 +17,77 @@
"@cosmjs/encoding": "0.30.1",
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@dotenvx/dotenvx": "^1.6.4",
"@lit-protocol/accs-schemas": "^0.0.15",
"@lit-protocol/contracts": "^0.0.63",
"@cypress/code-coverage": "^3.10.0",
"@cypress/react": "^6.2.0",
"@cypress/webpack-dev-server": "^2.3.0",
"@lit-protocol/accs-schemas": "0.0.7",
"@metamask/eth-sig-util": "5.0.2",
"@mysten/sui.js": "^0.37.1",
"@openagenda/verror": "^3.1.4",
"@playwright/test": "^1.25.2",
"@simplewebauthn/browser": "^7.2.0",
"@simplewebauthn/typescript-types": "^7.0.0",
"@spruceid/siwe-parser": "2.0.0",
"@synthetixio/js": "^2.41.0",
"@testing-library/cypress": "^8.0.3",
"@testing-library/react": "^13.4.0",
"@types/testing-library__cypress": "^5.0.9",
"@walletconnect/core": "2.9.2",
"@walletconnect/ethereum-provider": "2.9.2",
"@walletconnect/jsonrpc-utils": "1.0.8",
"@walletconnect/modal": "2.6.1",
"@walletconnect/types": "2.9.2",
"@walletconnect/utils": "2.9.2",
"@walletconnect/web3wallet": "1.8.8",
"@websaam/nx-esbuild": "^0.0.1",
"ajv": "^8.12.0",
"axios": "^0.27.2",
"base64url": "^3.0.1",
"bech32": "^2.0.0",
"cbor-web": "^9.0.2",
"cross-fetch": "3.1.8",
"bitcoinjs-lib": "^6.1.0",
"blockstore-core": "^3.0.0",
"browserify-zlib": "^0.2.0",
"bs58": "^5.0.0",
"bytes32": "^0.0.3",
"cbor-web": "^9.0.1",
"commander": "^9.4.0",
"concurrently": "^7.4.0",
"core-js": "^3.6.5",
"cross-fetch": "3.1.4",
"crypto-browserify": "^3.12.0",
"cypress-wait-until": "^1.7.2",
"cypress-watch-and-reload": "^1.10.3",
"date-and-time": "^2.4.1",
"depd": "^2.0.0",
"dotenv": "^16.0.2",
"dotenv-parse-variables": "^2.0.0",
"download": "^8.0.0",
"ethers": "^5.7.1",
"etherscan-api": "^10.2.0",
"find-config": "^1.0.0",
"g": "^2.0.1",
"https-browserify": "^1.0.0",
"jose": "^4.14.4",
"jszip": "^3.10.1",
"micromodal": "^0.4.10",
"multiformats": "^9.7.1",
"pako": "^2.1.0",
"siwe": "^2.3.2",
"nanoid": "3.3.4",
"next": "13.3.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"regenerator-runtime": "0.13.7",
"secp256k1": "^5.0.0",
"serve": "^14.0.1",
"siwe": "^2.0.5",
"siwe-recap": "0.0.2-alpha.0",
"tslib": "^2.7.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"synthetix-js": "^2.74.1",
"tslib": "^2.3.0",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"uint8arrays": "^4.0.3"
"uint8arrays": "^4.0.3",
"@openagenda/verror": "^3.1.4",
"ipfs-unixfs-importer": "12.0.1",
"@solana/web3.js": "^1.95.3",
"bech32": "^2.0.0",
"pako": "^2.1.0"
}
}

0 comments on commit 48ee1e8

Please sign in to comment.