-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "swapr-socket-list",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"test": "yarn jest",
"lint": "yarn eslint 'src/**/*.ts'",
"typecheck": "yarn tsc --noEmit",
"createList": "ts-node index.ts",
"createList:debug": "DEBUG=1 ts-node index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denciu/swapr-bridge-whitelist.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/denciu/swapr-bridge-whitelist/issues"
},
"homepage": "https://github.com/denciu/swapr-bridge-whitelist#readme",
"devDependencies": {
"@arbitrum/sdk": "^1.1.4",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.21",
"@types/node-fetch": "^2.6.1",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"ethers": "^5.6.6",
"jest": "^28.1.0",
"prettier": "^2.6.0",
"ts-jest": "^28.0.3",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"uuid": "^8.3.2"
},
"dependencies": {
"graphql": "^16.3.0",
"graphql-request": "^4.1.0",
"node-fetch": "2.6.1"
}
}