2020-08-17 10:17:04 +00:00
|
|
|
{
|
|
|
|
"name": "gelato-instadapp",
|
|
|
|
"version": "1.0.0",
|
2020-08-26 12:44:47 +00:00
|
|
|
"description": "The smart contract and tests for gelato-instadapp prototypes",
|
2020-08-17 10:17:04 +00:00
|
|
|
"repository": "https://github.com/gelatodigital/gelato-instadapp",
|
|
|
|
"author": "gitpusha",
|
|
|
|
"private": false,
|
|
|
|
"scripts": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"@gelatonetwork/core": "0.5.3",
|
2020-09-23 10:27:33 +00:00
|
|
|
"@nomiclabs/buidler": "1.4.7",
|
2020-08-17 10:17:04 +00:00
|
|
|
"@nomiclabs/buidler-ethers": "2.0.0",
|
|
|
|
"@nomiclabs/buidler-ganache": "^1.3.3",
|
2020-09-23 10:27:33 +00:00
|
|
|
"@nomiclabs/buidler-waffle": "2.1.0",
|
2020-08-17 10:17:04 +00:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"dotenv": "8.2.0",
|
2020-09-23 10:27:33 +00:00
|
|
|
"ethereum-waffle": "3.1.0",
|
|
|
|
"ethers": "5.0.14",
|
2020-08-17 10:17:04 +00:00
|
|
|
"prettier": "2.0.5"
|
|
|
|
},
|
|
|
|
"dependencies": {}
|
|
|
|
}
|