dsa-periphery-contract/package.json

35 lines
889 B
JSON
Raw Normal View History

2023-04-28 04:08:48 +00:00
{
"name": "dsa-periphery-contract",
2023-04-28 11:38:58 +00:00
"version": "0.0.1",
"description": "DSA Periphery Contract",
2023-04-28 04:08:48 +00:00
"main": "index.js",
2023-04-28 11:38:58 +00:00
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx hardhat clean",
"compile": "npx hardhat compile",
"test": "npx hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Instadapp/dsa-periphery-contract/"
},
"author": {
"name": "INSTADAPP LABS LLC",
"email": "info@instadapp.io"
},
2023-04-28 04:08:48 +00:00
"license": "MIT",
2023-04-28 11:38:58 +00:00
"bugs": {
"url": "https://github.com/Instadapp/dsa-periphery-contract/issues"
},
2023-04-28 04:08:48 +00:00
"dependencies": {
"@connext/interfaces": "^2.0.5",
"@openzeppelin/contracts": "^4.8.3"
2023-05-01 04:59:24 +00:00
},
2023-04-28 11:38:58 +00:00
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.0.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"hardhat": "^2.14.0",
"typescript": "^5.0.4"
2023-04-28 04:08:48 +00:00
}
}