20 lines
575 B
JSON
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"
|
||
|
|
}
|
||
|
|
}
|