-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@mapae/workspace",
"private": true,
"type": "module",
"scripts": {
"fixtures": "forge script script/GenFixtures.s.sol && tsx sdk/test/encoding.test.ts && tsx sdk/test/policy.test.ts",
"demo": "tsx scripts/demo.ts",
"trace": "tsx scripts/trace.ts",
"preflight": "tsx scripts/preflight.ts",
"redeem": "tsx scripts/redeem.ts",
"fleet": "tsx scripts/fleet.ts",
"verify-signing": "tsx scripts/verify-signing.ts",
"check-verified": "tsx scripts/check-verified.ts",
"ship": "pnpm --dir explorer build && npx wrangler pages deploy explorer/dist --project-name mapae --branch main"
},
"devDependencies": {
"@types/node": "^22.10.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0",
"viem": "^2.21.0"
}
}