21 lines
500 B
JSON
21 lines
500 B
JSON
{
|
|
"name": "combo-flow-contracts",
|
|
"version": "1.0.0",
|
|
"description": "Smart contracts for ISO-20022 Combo Flow",
|
|
"scripts": {
|
|
"compile": "hardhat compile",
|
|
"test": "hardhat test",
|
|
"deploy": "hardhat run scripts/deploy.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
|
|
"@openzeppelin/contracts": "^5.0.0",
|
|
"hardhat": "^2.19.0",
|
|
"typescript": "^5.3.3",
|
|
"ts-node": "^10.9.2",
|
|
"chai": "^4.3.10",
|
|
"@types/chai": "^4.3.11"
|
|
}
|
|
}
|
|
|