dsa-periphery-contract/package.json

12 lines
280 B
JSON
Raw Normal View History

2023-04-28 04:08:48 +00:00
{
"name": "dsa-periphery-contract",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/Instadapp/dsa-periphery-contract.git",
"license": "MIT",
"dependencies": {
"@connext/interfaces": "^2.0.5",
"@openzeppelin/contracts": "^4.8.3"
}
}