|
23 | 23 | "types": "./dist/types/index.d.ts",
|
24 | 24 | "scripts": {
|
25 | 25 | "start": "exit 1",
|
26 |
| - "get-address": "./node_modules/.bin/ts-node ./examples/basics/get-address", |
27 |
| - "transfer-funds": "./node_modules/.bin/ts-node ./examples/basics/transfer-funds", |
28 |
| - "transfer-erc20": "./node_modules/.bin/ts-node ./examples/basics/transfer-erc20", |
29 |
| - "transfer-nft": "./node_modules/.bin/ts-node ./examples/basics/transfer-nft", |
30 |
| - "add-guardians": "./node_modules/.bin/ts-node ./examples/basics/add-guardians", |
31 |
| - "paymaster": "./node_modules/.bin/ts-node ./examples/paymaster/paymaster", |
32 |
| - "callGasLimit": "./node_modules/.bin/ts-node ./examples/basics/callGasLimit", |
33 |
| - "get-multiple-accounts": "./node_modules/.bin/ts-node ./examples/basics/get-multiple-accounts", |
34 |
| - "concurrent-userops": "./node_modules/.bin/ts-node ./examples/basics/concurrent-userops", |
35 |
| - "install-module": "./node_modules/.bin/ts-node ./examples/modules/install-module", |
36 |
| - "uninstall-module": "./node_modules/.bin/ts-node ./examples/modules/uninstall-module", |
37 |
| - "enable-sessionkey-module": "./node_modules/.bin/ts-node ./examples/sessionkeys/enable-sessionkey-module", |
38 |
| - "rotate-sessionkey-module": "./node_modules/.bin/ts-node ./examples/sessionkeys/rotate-sessionkey-module", |
39 |
| - "disable-sessionkey-module": "./node_modules/.bin/ts-node ./examples/sessionkeys/disable-sessionkey-module", |
| 26 | + "get-address": "./node_modules/.bin/tsx ./examples/basics/get-address", |
| 27 | + "transfer-funds": "./node_modules/.bin/tsx ./examples/basics/transfer-funds", |
| 28 | + "transfer-erc20": "./node_modules/.bin/tsx ./examples/basics/transfer-erc20", |
| 29 | + "transfer-nft": "./node_modules/.bin/tsx ./examples/basics/transfer-nft", |
| 30 | + "add-guardians": "./node_modules/.bin/tsx ./examples/basics/add-guardians", |
| 31 | + "paymaster": "./node_modules/.bin/tsx ./examples/paymaster/paymaster", |
| 32 | + "callGasLimit": "./node_modules/.bin/tsx ./examples/basics/callGasLimit", |
| 33 | + "get-multiple-accounts": "./node_modules/.bin/tsx ./examples/basics/get-multiple-accounts", |
| 34 | + "concurrent-userops": "./node_modules/.bin/tsx ./examples/basics/concurrent-userops", |
| 35 | + "install-module": "./node_modules/.bin/tsx ./examples/modules/install-module", |
| 36 | + "uninstall-module": "./node_modules/.bin/tsx ./examples/modules/uninstall-module", |
| 37 | + "enable-sessionkey-module": "./node_modules/.bin/tsx ./examples/sessionkeys/enable-sessionkey-module", |
| 38 | + "rotate-sessionkey-module": "./node_modules/.bin/tsx ./examples/sessionkeys/rotate-sessionkey-module", |
| 39 | + "disable-sessionkey-module": "./node_modules/.bin/tsx ./examples/sessionkeys/disable-sessionkey-module", |
40 | 40 | "format": "biome format . --write",
|
41 | 41 | "lint": "biome check .",
|
42 | 42 | "lint-fix": "bun run lint --write",
|
43 | 43 | "prebuild": "rimraf ./dist",
|
44 | 44 | "compile": "tsc -p ./tsconfig.build.json",
|
45 | 45 | "compile-watch": "npm run compile -- --watch",
|
46 |
| - "init": "ts-node examples/scripts/init.ts", |
47 |
| - "command": "ts-node examples/scripts/commands/index.ts", |
| 46 | + "init": "tsx examples/scripts/init.ts", |
| 47 | + "command": "tsx examples/scripts/commands/index.ts", |
48 | 48 | "predocs:build": "rimraf ./docs",
|
49 | 49 | "docs:build": "typedoc ./src",
|
50 | 50 | "postdocs:build": "cp -r ./.github-pages/files/* ./docs && date > ./docs/.nojekyll",
|
|
87 | 87 | "@typescript-eslint/eslint-plugin": "5.45.0",
|
88 | 88 | "@typescript-eslint/parser": "5.45.0",
|
89 | 89 | "@vitejs/plugin-react": "4.2.1",
|
90 |
| - "async-mutex": "^0.5.0", |
91 |
| - "buffer": "^6.0.3", |
92 |
| - "bun-types": "^1.0.7", |
| 90 | + "async-mutex": "0.5.0", |
| 91 | + "buffer": "6.0.3", |
| 92 | + "bun-types": "1.0.7", |
93 | 93 | "dotenv": "16.0.3",
|
94 | 94 | "eslint": "8.28.0",
|
95 | 95 | "eslint-config-prettier": "8.5.0",
|
96 | 96 | "eslint-plugin-prettier": "4.2.1",
|
97 |
| - "get-port": "^7.0.0", |
| 97 | + "get-port": "7.0.0", |
98 | 98 | "npm": "9.6.4",
|
99 |
| - "react": "^18.3.1", |
100 |
| - "react-dom": "^18.3.1", |
| 99 | + "react": "18.3.1", |
| 100 | + "react-dom": "18.3.1", |
101 | 101 | "ts-node": "10.9.1",
|
102 |
| - "tsc-alias": "^1.8.8", |
| 102 | + "tsc-alias": "1.8.8", |
103 | 103 | "tsx": "4.19.3",
|
104 |
| - "typedoc": "^0.17.8", |
| 104 | + "typedoc": "0.17.8", |
105 | 105 | "typescript": "5.5.3",
|
106 | 106 | "viem": "2.21.54"
|
107 | 107 | },
|
|
0 commit comments