-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "pangolin-api",
"version": "0.4.0",
"description": "API for reading some key values of Pangolin and the PNG token.",
"private": true,
"author": "Dhruba Basu",
"contributors": [
"Connor Daly",
"Brandon Mino"
],
"main": "build/index.js",
"scripts": {
"dev": "wrangler dev",
"build": "cfw build src --single",
"deploy": "cfw deploy --single",
"lint": "xo",
"check": "tsc --noEmit",
"test": "concurrently --success first --kill-others \"wrangler dev\" \"wait-on -d 5000 -t 30000 tcp:8787 && loadr -- uvu -r esbuild-register tests -i setup\""
},
"license": "BSD-3-Clause",
"dependencies": {
"@pangolindex/sdk": "5.3.10",
"worktop": "0.8.0-next.5"
},
"devDependencies": {
"@cloudflare/wrangler": "1.19.3",
"@ethersproject/abi": "5.4.1",
"@ethersproject/bignumber": "5.4.2",
"@ethersproject/bytes": "5.4.0",
"@ethersproject/contracts": "5.4.1",
"@ethersproject/providers": "5.4.5",
"@ethersproject/solidity": "5.4.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"cfw": "0.3.0",
"concurrently": "6.3.0",
"esbuild-register": "3.3.3",
"eslint-config-xo-typescript": "0.51.1",
"httpie": "2.0.0-next.13",
"loadr": "0.1.1",
"tsm": "2.1.2",
"typescript": "4.4.4",
"uvu": "0.6.0-next.1",
"wait-on": "6.0.0",
"xo": "0.45.0"
}
}