mirror of
https://github.com/Instadapp/dsa-periphery-contract.git
synced 2024-07-29 22:27:13 +00:00
38 lines
1012 B
JSON
38 lines
1012 B
JSON
{
|
|
"name": "dsa-periphery-contract",
|
|
"version": "0.0.1",
|
|
"description": "DSA Periphery Contract",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npm run clean && npm run compile",
|
|
"clean": "npx hardhat clean",
|
|
"compile": "npx hardhat compile",
|
|
"test": "npm run forge:test",
|
|
"forge:install": "forge install",
|
|
"forge:build": "forge build --via-ir",
|
|
"forge:test": "forge test --via-ir"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Instadapp/dsa-periphery-contract/"
|
|
},
|
|
"author": {
|
|
"name": "INSTADAPP LABS LLC",
|
|
"email": "info@instadapp.io"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Instadapp/dsa-periphery-contract/issues"
|
|
},
|
|
"dependencies": {
|
|
"@connext/interfaces": "^2.0.5",
|
|
"@openzeppelin/contracts": "^4.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-foundry": "^1.0.1",
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
|
|
"hardhat": "^2.14.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|