Skip to content

Commit 0a1d6fb

Browse files
committed
chore(package):
- remove unused artillery scripts - and update test command in package.json - remove unused packages
1 parent d602829 commit 0a1d6fb

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

package.json

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,12 @@
44
"license": "MIT",
55
"scripts": {
66
"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",
198
"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",
209
"prettier": "npx nx format:write --all",
2110
"format:check": "npx nx format:check --all",
2211
"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"
3013
},
3114
"private": true,
3215
"dependencies": {
@@ -52,7 +35,6 @@
5235
"cross-fetch": "3.1.8",
5336
"depcheck": "^1.4.7",
5437
"depd": "^2.0.0",
55-
"elysia": "^1.2.25",
5638
"ethers": "^5.7.1",
5739
"jose": "^4.14.4",
5840
"pako": "^2.1.0",
@@ -97,19 +79,15 @@
9779
"eslint-import-resolver-typescript": "3.6.3",
9880
"eslint-plugin-import": "^2.29.1",
9981
"eslint-plugin-jsx-a11y": "6.9.0",
100-
"inquirer": "^9.2.21",
10182
"ipfs-unixfs-importer": "12.0.1",
10283
"jest": "^29.2.2",
10384
"jest-environment-jsdom": "^29.7.0",
104-
"lerna": "^5.4.3",
105-
"live-server": "^1.2.2",
10685
"node-fetch": "^2.6.1",
10786
"node-localstorage": "^3.0.5",
10887
"nx": "21.2.1",
10988
"path": "^0.12.7",
11089
"pino-pretty": "^13.0.0",
11190
"prettier": "^2.6.2",
112-
"react": "^19.1.0",
11391
"rimraf": "^6.0.1",
11492
"ts-jest": "29.2.5",
11593
"ts-node": "^10.9.2",

0 commit comments

Comments
 (0)