mirror of
https://github.com/Instadapp/dsa-resolvers-deprecated.git
synced 2024-07-29 22:38:16 +00:00
26 lines
610 B
JSON
26 lines
610 B
JSON
{
|
|
"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": {
|
|
"web3": "^1.2.9"
|
|
}
|
|
}
|