Development Artifact Cleanup: ✅ BROTHER_NODE REORGANIZATION: Moved development test node to appropriate location - dev/test-nodes/brother_node/: Moved from root directory for better organization - Contains development configuration, test logs, and test chain data - No impact on production systems - purely development/testing artifact ✅ DEVELOPMENT ARTIFACTS IDENTIFIED: - Chain ID: aitbc-brother-chain (test/development chain) - Ports: 8010 (P2P) and 8011 (RPC) - different from production - Environment: .env file with test configuration - Logs: rpc.log and node.log from development testing session (March 15, 2026) ✅ ROOT DIRECTORY CLEANUP: Removed development clutter from production directory - brother_node/ moved to dev/test-nodes/brother_node/ - Root directory now contains only production-ready components - Development artifacts properly organized in dev/ subdirectory DIRECTORY STRUCTURE IMPROVEMENT: 📁 dev/test-nodes/: Development and testing node configurations 🏗️ Root Directory: Clean production structure with only essential components 🧪 Development Isolation: Test environments separated from production BENEFITS: ✅ Clean Production Directory: No development artifacts in root ✅ Better Organization: Development nodes grouped in dev/ subdirectory ✅ Clear Separation: Production vs development environments clearly distinguished ✅ Maintainability: Easier to identify and manage development components RESULT: Successfully moved brother_node development artifact to dev/test-nodes/ subdirectory, cleaning up the root directory while preserving development testing environment for future use.
29 lines
944 B
JSON
Executable File
29 lines
944 B
JSON
Executable File
{
|
|
"name": "template-v2-mocha-ethers-ts",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"description": "A Typescript project using Mocha and Ethers.js",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
|
"@nomicfoundation/hardhat-ignition": "^0.15.0",
|
|
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
|
|
"@nomicfoundation/hardhat-toolbox": "^6.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.0",
|
|
"@typechain/ethers-v6": "^0.5.0",
|
|
"@typechain/hardhat": "^9.0.0",
|
|
"@types/chai": "^4.2.0",
|
|
"@types/mocha": ">=9.1.0",
|
|
"@types/node": ">=22.0.0",
|
|
"chai": "^4.2.0",
|
|
"ethers": "^6.4.0",
|
|
"hardhat": "^2.14.0",
|
|
"hardhat-gas-reporter": "^2.3.0",
|
|
"solidity-coverage": "^0.8.0",
|
|
"ts-node": ">=8.0.0",
|
|
"typechain": "^8.3.0",
|
|
"typescript": ">=4.5.0"
|
|
}
|
|
}
|