forked from stevieraykatz/AssociatedAccounts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 867 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "associated-accounts",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"example:controlled-accounts-ecs": "tsx examples/controlled-accounts-ecs/test-ecs.ts",
"example:controlled-accounts-hook": "tsx examples/controlled-accounts-hook/test-hook.ts",
"example:agent-delegations": "tsx agent-delegations/examples/agent-delegations/resolveHook.ts",
"example:agent-delegations-ecs": "tsx agent-delegations/examples/agent-delegations-ecs/test-ecs.ts",
"offchain:agent-delegations": "npm --prefix agent-delegations/offchain-resolver run dev"
},
"dependencies": {
"@nxt3d/ecsjs": "git+https://github.com/ndeto/ecsjs.git#hotfix-registry-address",
"express": "^4.21.2",
"viem": "^2.21.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}