-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@1claw/midnight",
"version": "0.1.0",
"private": true,
"type": "module",
"license": "Apache-2.0",
"description": "1Claw \u00d7 Midnight \u2014 agent signing sidecar and audit-anchor contract",
"workspaces": [
"packages/*",
"contracts/*",
"demo/*"
],
"scripts": {
"sync-wallets": "tsx scripts/sync-wallets-preprod.ts",
"test": "npm run test:scripts && npm run test --workspaces --if-present",
"ci": "npm run test:scripts && npm run ci --workspaces --if-present",
"sync-status": "grep -vE 'Timed out' .sync.log | tail -20",
"sync-stop": "pkill -f sync-wallets-preprod || true",
"deploy:anchor": "bash scripts/deploy-anchor.sh",
"viewer": "npm run dev --workspace @1claw/anchor-viewer",
"test:scripts": "vitest run --config vitest.scripts.config.ts"
},
"devDependencies": {
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vitest": "^4.1.11"
},
"dependencies": {
"@midnight-ntwrk/midnight-js-contracts": "^4.1.1",
"@midnight-ntwrk/midnight-js-http-client-proof-provider": "^4.1.1",
"@midnight-ntwrk/midnight-js-indexer-public-data-provider": "^4.1.1",
"@midnight-ntwrk/midnight-js-level-private-state-provider": "^4.1.1",
"@midnight-ntwrk/midnight-js-network-id": "^4.1.1",
"@midnight-ntwrk/midnight-js-node-zk-config-provider": "^4.1.1",
"@midnight-ntwrk/midnight-js-protocol": "^4.1.1",
"@midnight-ntwrk/midnight-js-types": "^4.1.1",
"@midnight-ntwrk/midnight-js-utils": "^4.1.1",
"@midnight-ntwrk/wallet": "^4.0.0",
"@midnight-ntwrk/wallet-sdk-address-format": "^3.1.2",
"@midnight-ntwrk/wallet-sdk-hd": "^3.0.2",
"@midnight-ntwrk/zswap": "^3.0.6",
"@midnightntwrk/wallet-sdk": "^1.2.0"
}
}