dsa-resolvers-deprecated/package.json

33 lines
824 B
JSON
Raw Normal View History

2020-08-27 05:38:19 +00:00
{
"name": "dsa-resolvers",
"version": "1.0.0",
"description": "The smart contracts which simplifies read operations.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/InstaDApp/dsa-resolvers.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/InstaDApp/dsa-resolvers/issues"
},
"homepage": "https://github.com/InstaDApp/dsa-resolvers#readme",
"dependencies": {
"solc": "^0.6.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"dotenv": "^9.0.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.4",
"hardhat": "^2.2.1",
2020-08-27 05:38:19 +00:00
"web3": "^1.2.9"
}
}