-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.43 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.43 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"type": "module",
"engines": {
"node": ">=20 <22"
},
"scripts": {
"lurah": "node test-lurah.cjs",
"gitleaks-check": "gitleaks-secret-scanner",
"gitleaks-full": "gitleaks-secret-scanner --diff-mode all",
"gitleaks-history": "gitleaks-secret-scanner --diff-mode history",
"compile:contracts": "hardhat compile",
"size:contracts": "hardhat size-contracts",
"predeploy:v16": "node --check hardhat.config.cjs && node --check scripts/deployments/deployV16.cjs && hardhat compile && hardhat size-contracts",
"deploy:v16": "hardhat run scripts/deployments/deployV16.cjs --network base-sepolia",
"prepare": "husky",
"orchestron": "node scripts/orchestrator/nexus_orchestrator.cjs",
"ncc-sentinel": "node scripts/nexus/ncc-sentinel.cjs",
"ncc-generate": "node scripts/nexus/ncc-generator.cjs",
"gemini": "gemini",
"orchestrate-gemini": "node scripts/orchestrator/gemini_agent_bridge.js",
"lint": "cd Raffle_Frontend && npm run lint"
},
"devDependencies": {
"@api3/airnode-admin": "0.15.0",
"@api3/airnode-protocol": "0.15.0",
"@modelcontextprotocol/sdk": "^1.25.2",
"@modelcontextprotocol/server-github": "2025.4.8",
"@nomicfoundation/hardhat-chai-matchers": "2.1.0",
"@nomicfoundation/hardhat-ethers": "3.1.3",
"@nomicfoundation/hardhat-ignition": "0.15.16",
"@nomicfoundation/hardhat-ignition-ethers": "0.15.17",
"@nomicfoundation/hardhat-network-helpers": "1.1.2",
"@nomicfoundation/hardhat-toolbox": "5.0.0",
"@nomicfoundation/hardhat-verify": "2.1.3",
"@nomicfoundation/ignition-core": "0.15.15",
"@openzeppelin/contracts": "5.4.0",
"@openzeppelin/contracts-upgradeable": "^5.4.0",
"@openzeppelin/hardhat-upgrades": "^3.9.1",
"@supabase/mcp-server-supabase": "0.7.0",
"@typechain/ethers-v6": "0.5.1",
"@typechain/hardhat": "9.1.0",
"@types/chai": "^4.3.14",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"chai": "^4.4.1",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"gitleaks-secret-scanner": "2.1.1",
"hardhat": "2.22.2",
"hardhat-contract-sizer": "2.10.0",
"hardhat-gas-reporter": "1.0.10",
"husky": "9.0.11",
"solidity-coverage": "0.8.11",
"ts-node": "10.9.2",
"typechain": "8.3.2",
"typescript": "^5.4.5",
"zod": "^3.25.0"
},
"dependencies": {
"@sentry/node": "^10.53.1",
"@supabase/supabase-js": "^2.42.0",
"telegraf": "4.16.3",
"viem": "2.47.4"
}
}