@dxdao/aqua
Version:
AquaJS gives developers access to the entire Aqua ecosystem a single package
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "@dxdao/aqua",
"version": "0.1.6",
"private": false,
"description": "AquaJS gives developers access to the entire Aqua ecosystem a single package",
"main": "dist/index.js",
"dependencies": {
"@dxdao/aqua-sc": "^0.1.2-1",
"@ethersproject/providers": "^5.1.2",
"axios": "^0.21.1",
"ethers": "^5.1.0"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"apollo": "^2.32.8",
"dayjs": "^1.10.4",
"nodemon": "^2.0.7",
"typescript": "^4.2.4"
},
"scripts": {
"clear": "rm -rf dist && rm -rf types",
"build": "yarn clear && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptonative-ch/aqua-js.git"
},
"files": [
"LICENSE.md",
"README.md",
"dist/",
"types/"
],
"keywords": [
"dxdao",
"mesa",
"aqua",
"ethereum",
"web3",
"DeFi"
],
"author": "Adam Azad <adam@adamazad.com> (https://adamazad.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cryptonative-ch/aqua-js/issues"
},
"homepage": "https://github.com/cryptonative-ch/aqua-js#readme",
"types": "types/index.d.ts"
}