Gelato-automations/package.json
2020-08-26 15:05:24 +02:00

23 lines
639 B
JSON

{
"name": "gelato-instadapp",
"version": "1.0.0",
"description": "The smart contract and tests for gelato-instadapp prototypes",
"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": {}
}