-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "uni-routefinder",
"version": "1.0.0",
"main": "index.js",
"author": "Moonster <Moonster.bsc@gmail.com>",
"license": "MIT",
"scripts": {
"driver": "ts-node ./src/__tests__/driver.test.ts",
"test": "jest"
},
"dependencies": {
"@ethersproject/address": "^5.3.0",
"@ethersproject/contracts": "^5.3.0",
"@ethersproject/providers": "^5.3.0",
"@ethersproject/solidity": "^5.3.0",
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"node-fetch": "^2.6.1",
"prettier": "^2.3.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-typescript": "^7.13.0",
"@types/jest": "^26.0.23",
"babel-jest": "^27.0.2",
"jest": "^27.0.4",
"ts-jest": "^27.0.2"
}
}