|
4 | 4 | "license": "MIT", |
5 | 5 | "scripts": { |
6 | 6 | "reset": "rimraf dist pnpm-lock.yaml node_modules tmp yarn-error.log yarn.lock package-lock.json learn-debug.log .nx lit-auth-storage pkp-tokens lit-auth-local ./e2e/dist ./e2e/node_modules", |
7 | | - "build": "nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions && npm run prettier", |
8 | | - "build:affected": "nx affected --target=build --exclude=wrapped-keys,wrapped-keys-lit-actions", |
9 | | - "check-deps": "npx nx run-many --target=check-deps --exclude=wrapped-keys,wrapped-keys-lit-actions", |
10 | | - "validate": "npm run check-deps && npm run build", |
11 | | - "test:local": "node ./local-tests/build.mjs && dotenvx run --env-file=.env -- node ./local-tests/build/test.mjs", |
12 | | - "test:unit": "npx nx run-many --target=test", |
13 | | - "test:unit:watch": "npx nx run-many --target=test --watch", |
14 | | - "show:affected": "npx nx show projects --affected --uncommitted", |
15 | | - "build:tinny": "node ./local-tests/build.mjs", |
16 | | - "publish:tinny": "cd ./local-tests && npm publish", |
17 | | - "gen:docs": "node ./tools/scripts/gen-doc.mjs", |
18 | | - "gen:readme": "node ./tools/scripts/gen-readme.mjs", |
| 7 | + "build": "nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions", |
19 | 8 | "gen:local-network-context": "dotenvx run --env-file=.env -- node --conditions=import --import tsx packages/networks/src/networks/vNaga/shared/scripts/generate-abi-signatures.ts", |
20 | 9 | "prettier": "npx nx format:write --all", |
21 | 10 | "format:check": "npx nx format:check --all", |
22 | 11 | "test:e2e": "npx jest --clearCache --config ./jest.e2e.config.ts && LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- jest --runInBand --detectOpenHandles --forceExit --config ./jest.e2e.config.ts --testTimeout=50000000 -t", |
23 | | - "artillery:init": "dotenvx run --env-file=.env -- tsx packages/e2e/artillery/src/init.ts", |
24 | | - "artillery:balance-status": "LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- tsx packages/e2e/artillery/src/balance-status.ts", |
25 | | - "artillery:pkp-sign": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./packages/e2e/artillery/configs/pkp-sign.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'", |
26 | | - "artillery:encrypt-decrypt": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./packages/e2e/artillery/configs/encrypt-decrypt.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'", |
27 | | - "artillery:execute-js": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./packages/e2e/artillery/configs/execute.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'", |
28 | | - "artillery:mix": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./packages/e2e/artillery/configs/mix.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'", |
29 | | - "artillery:sign-session-key": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./packages/e2e/artillery/configs/sign-session-key.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'" |
| 12 | + "test:custom": "npx jest --clearCache --config ./jest.e2e.config.ts && LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- jest --runInBand --detectOpenHandles --forceExit --config ./jest.e2e.config.ts --testTimeout=50000000" |
30 | 13 | }, |
31 | 14 | "private": true, |
32 | 15 | "dependencies": { |
|
52 | 35 | "cross-fetch": "3.1.8", |
53 | 36 | "depcheck": "^1.4.7", |
54 | 37 | "depd": "^2.0.0", |
55 | | - "elysia": "^1.2.25", |
56 | 38 | "ethers": "^5.7.1", |
57 | 39 | "jose": "^4.14.4", |
58 | 40 | "pako": "^2.1.0", |
|
97 | 79 | "eslint-import-resolver-typescript": "3.6.3", |
98 | 80 | "eslint-plugin-import": "^2.29.1", |
99 | 81 | "eslint-plugin-jsx-a11y": "6.9.0", |
100 | | - "inquirer": "^9.2.21", |
101 | 82 | "ipfs-unixfs-importer": "12.0.1", |
102 | 83 | "jest": "^29.2.2", |
103 | 84 | "jest-environment-jsdom": "^29.7.0", |
104 | | - "lerna": "^5.4.3", |
105 | | - "live-server": "^1.2.2", |
106 | 85 | "node-fetch": "^2.6.1", |
107 | 86 | "node-localstorage": "^3.0.5", |
108 | 87 | "nx": "21.2.1", |
109 | 88 | "path": "^0.12.7", |
110 | 89 | "pino-pretty": "^13.0.0", |
111 | 90 | "prettier": "^2.6.2", |
112 | | - "react": "^19.1.0", |
113 | 91 | "rimraf": "^6.0.1", |
114 | 92 | "ts-jest": "29.2.5", |
115 | 93 | "ts-node": "^10.9.2", |
|
0 commit comments