{ "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", "web3": "^1.2.9" } }