-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@dxdao/aqua",
"version": "0.0.0-dev.4",
"private": false,
"description": "AquaJS gives developers access to the entire Aqua ecosystem a single package",
"main": "dist/index.js",
"dependencies": {
"@ethersproject/providers": "^5.1.2",
"@dxdao/aqua-sc": ">=0.0.0-dev.0 <0.0.0",
"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 <[email protected]> (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"
}