Skip to content

Commit 48ee1e8

Browse files
committed
feat: add tinnytest package.json
1 parent ac26418 commit 48ee1e8

File tree

1 file changed

+54
-13
lines changed

1 file changed

+54
-13
lines changed

local-tests/build/package.json

Lines changed: 54 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinnytest",
3-
"version": "0.0.6",
3+
"version": "0.0.13",
44
"description": "A package to run the test script for Lit Protocol with custom commands",
55
"main": "test.mjs",
66
"bin": {
@@ -17,36 +17,77 @@
1717
"@cosmjs/encoding": "0.30.1",
1818
"@cosmjs/proto-signing": "0.30.1",
1919
"@cosmjs/stargate": "0.30.1",
20-
"@dotenvx/dotenvx": "^1.6.4",
21-
"@lit-protocol/accs-schemas": "^0.0.15",
22-
"@lit-protocol/contracts": "^0.0.63",
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",
2324
"@metamask/eth-sig-util": "5.0.2",
2425
"@mysten/sui.js": "^0.37.1",
25-
"@openagenda/verror": "^3.1.4",
26+
"@playwright/test": "^1.25.2",
2627
"@simplewebauthn/browser": "^7.2.0",
2728
"@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",
2835
"@walletconnect/ethereum-provider": "2.9.2",
2936
"@walletconnect/jsonrpc-utils": "1.0.8",
37+
"@walletconnect/modal": "2.6.1",
3038
"@walletconnect/types": "2.9.2",
3139
"@walletconnect/utils": "2.9.2",
3240
"@walletconnect/web3wallet": "1.8.8",
41+
"@websaam/nx-esbuild": "^0.0.1",
3342
"ajv": "^8.12.0",
43+
"axios": "^0.27.2",
3444
"base64url": "^3.0.1",
35-
"bech32": "^2.0.0",
36-
"cbor-web": "^9.0.2",
37-
"cross-fetch": "3.1.8",
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",
3858
"date-and-time": "^2.4.1",
39-
"depd": "^2.0.0",
59+
"dotenv": "^16.0.2",
60+
"dotenv-parse-variables": "^2.0.0",
61+
"download": "^8.0.0",
4062
"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",
4167
"jose": "^4.14.4",
68+
"jszip": "^3.10.1",
4269
"micromodal": "^0.4.10",
4370
"multiformats": "^9.7.1",
44-
"pako": "^2.1.0",
45-
"siwe": "^2.3.2",
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",
4679
"siwe-recap": "0.0.2-alpha.0",
47-
"tslib": "^2.7.0",
80+
"stream-browserify": "^3.0.0",
81+
"stream-http": "^3.2.0",
82+
"synthetix-js": "^2.74.1",
83+
"tslib": "^2.3.0",
4884
"tweetnacl": "^1.0.3",
4985
"tweetnacl-util": "^0.15.1",
50-
"uint8arrays": "^4.0.3"
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"
5192
}
5293
}

0 commit comments

Comments
 (0)