forked from polywrap/wrap-integrations
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.75 KB
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
50
51
52
53
54
55
{
"name": "uniswapV3-wrapper",
"description": "Polywrap Uniswap V3 API",
"private": true,
"version": "0.0.3",
"scripts": {
"reset": "yarn clean && yarn && yarn build",
"clean": "npx rimraf ./node_modules ./build ./coverage ./.w3 ./**/w3",
"build": "npx w3 build",
"deploy": "npx w3 deploy",
"codegen": "w3 codegen",
"codegen:meta": "w3 codegen -s ./scripts/meta.ts -c ./w3/meta/queries",
"test:e2e": "jest --passWithNoTests --runInBand --verbose",
"test:unit": "asp --verbose",
"test": "yarn test:unit && yarn test:e2e",
"test:ci": "yarn test:unit && yarn test:e2e",
"lint": "yarn eslint src",
"lint:fix": "yarn eslint src --fix"
},
"dependencies": {
"as-bigfloat": "0.0.5"
},
"devDependencies": {
"@as-pect/cli": "6.2.4",
"@types/jest": "26.0.24",
"@types/node": "12.6.9",
"@typescript-eslint/eslint-plugin": "4.11.1",
"@typescript-eslint/parser": "4.11.1",
"@uniswap/v3-core": "1.0.0",
"@uniswap/v3-periphery": "1.3.0",
"@uniswap/v3-sdk": "3.6.2",
"@web3api/cli": "0.0.1-prealpha.75",
"@web3api/client-js": "0.0.1-prealpha.75",
"@web3api/ethereum-plugin-js": "0.0.1-prealpha.75",
"@web3api/test-env-js": "0.0.1-prealpha.75",
"@web3api/wasm-as": "0.0.1-prealpha.75",
"assemblyscript": "0.19.20",
"eslint": "7.16.0",
"eslint-config-prettier": "7.1.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.0",
"ethers": "5.0.7",
"ethers-solidity-plugin-js": "0.0.2",
"graphql": "^16.2.0",
"graphql-request": "^3.7.0",
"jest": "26.6.3",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"solc": "0.8.3",
"ts-jest": "26.5.6",
"ts-node": "8.10.2",
"typescript": "4.0.7",
"@nerfzael/wrappers": "^0.2.2"
}
}