mirror of
https://github.com/Instadapp/dsa-periphery-contract.git
synced 2024-07-29 22:27:13 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
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",
|
|
"dotenv": "^16.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
|
|
"@nomicfoundation/hardhat-foundry": "^1.0.1",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
|
|
"@nomiclabs/hardhat-ethers": "^2.2.3",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.7",
|
|
"@typechain/ethers-v5": "^10.2.1",
|
|
"@typechain/hardhat": "^6.1.6",
|
|
"@types/chai": "^4.3.5",
|
|
"@types/mocha": "^10.0.1",
|
|
"chai": "^4.3.7",
|
|
"hardhat": "^2.14.0",
|
|
"hardhat-dependency-compiler": "^1.1.3",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"solidity-coverage": "^0.8.2",
|
|
"ts-node": "^10.9.1",
|
|
"typechain": "^8.1.1",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|