|
1 | 1 | { |
2 | 2 | "name": "@latticexyz/entrykit", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "2.2.14", |
4 | 4 | "description": "User onboarding flows for MUD apps", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
10 | 10 | "license": "MIT", |
11 | 11 | "type": "module", |
12 | 12 | "exports": { |
13 | | - ".": "./dist/tsup/index.js", |
14 | | - "./internal": "./dist/tsup/internal.js" |
| 13 | + ".": "./dist/tsup/exports/index.js", |
| 14 | + "./internal": "./dist/tsup/exports/internal.js" |
15 | 15 | }, |
16 | 16 | "typesVersions": { |
17 | 17 | "*": { |
18 | 18 | "index": [ |
19 | | - "./dist/tsup/index.d.ts" |
| 19 | + "./dist/tsup/exports/index.d.ts" |
20 | 20 | ], |
21 | 21 | "internal": [ |
22 | | - "./dist/tsup/internal.d.ts" |
| 22 | + "./dist/tsup/exports/internal.d.ts" |
23 | 23 | ] |
24 | 24 | } |
25 | 25 | }, |
| 26 | + "bin": { |
| 27 | + "deploy-local-prereqs": "./bin/deploy-local-prereqs.js" |
| 28 | + }, |
26 | 29 | "files": [ |
27 | 30 | "dist" |
28 | 31 | ], |
|
31 | 34 | "build:js": "tsup", |
32 | 35 | "clean": "pnpm run clean:js", |
33 | 36 | "clean:js": "shx rm -rf dist", |
| 37 | + "data:relay-chains": "tsx src/scripts/get-relay-chains.ts", |
34 | 38 | "dev": "tsup --watch", |
35 | 39 | "playground": "mprocs", |
36 | 40 | "playground:deploy": "mprocs --config mprocs.deploy.yaml", |
37 | | - "snapshot:push": "gh workflow run snapshot.yml --ref entrykit", |
38 | | - "snapshot:status": "gh run list --workflow snapshot.yml --limit 5", |
39 | 41 | "test": "tsc --noEmit && vitest", |
40 | 42 | "test:ci": "tsc --noEmit && vitest --run" |
41 | 43 | }, |
42 | 44 | "dependencies": { |
| 45 | + "@account-abstraction/contracts": "^0.7.0", |
43 | 46 | "@ark/util": "0.2.2", |
44 | 47 | "@latticexyz/common": "workspace:*", |
45 | 48 | "@latticexyz/config": "workspace:*", |
46 | | - "@latticexyz/explorer": "workspace:*", |
47 | 49 | "@latticexyz/id": "workspace:*", |
48 | 50 | "@latticexyz/paymaster": "workspace:*", |
49 | 51 | "@latticexyz/protocol-parser": "workspace:*", |
|
55 | 57 | "@radix-ui/react-dialog": "^1.0.5", |
56 | 58 | "@rainbow-me/rainbowkit": "2.1.7", |
57 | 59 | "debug": "^4.3.4", |
| 60 | + "dotenv": "^16.0.3", |
58 | 61 | "permissionless": "^0.2.3", |
59 | 62 | "react-error-boundary": "^4.0.13", |
60 | 63 | "react-merge-refs": "^2.1.1", |
|
0 commit comments