Files
LexiChain/blockchain/package.json
2026-04-22 11:04:59 +01:00

20 lines
575 B
JSON

{
"name": "lexichain-blockchain",
"version": "1.0.0",
"description": "LexiChain Document Registry - Solidity Smart Contract",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"node": "hardhat node",
"deploy:local": "hardhat run scripts/deploy.ts --network localhost",
"deploy:sepolia": "hardhat run scripts/deploy.ts --network sepolia"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.0",
"typescript": "^5.0.0",
"ts-node": "^10.9.0",
"@types/node": "^20.0.0"
}
}