mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
23 lines
638 B
JSON
23 lines
638 B
JSON
{
|
|
"name": "gelato-instadapp",
|
|
"version": "1.0.0",
|
|
"description": "The smart contract and tests for automatic CHI token buying",
|
|
"repository": "https://github.com/gelatodigital/gelato-instadapp",
|
|
"author": "gitpusha",
|
|
"private": false,
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"@gelatonetwork/core": "0.5.3",
|
|
"@nomiclabs/buidler": "1.4.3",
|
|
"@nomiclabs/buidler-ethers": "2.0.0",
|
|
"@nomiclabs/buidler-ganache": "^1.3.3",
|
|
"@nomiclabs/buidler-waffle": "2.0.0",
|
|
"chai": "^4.2.0",
|
|
"dotenv": "8.2.0",
|
|
"ethereum-waffle": "3.0.2",
|
|
"ethers": "5.0.8",
|
|
"prettier": "2.0.5"
|
|
},
|
|
"dependencies": {}
|
|
}
|