forked from ubiquity/pay.ubq.fi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"license": "MIT",
"scripts": {
"start": "run-s utils:hash start:sign start:ui",
"format": "prettier --write .",
"build": "run-s utils:hash utils:build",
"start:ui": "tsx server.ts",
"start:sign": "tsx scripts/typescript/generate-permit2-url.ts",
"utils:build": "tsx esbuild.ts",
"utils:hash": "git rev-parse HEAD > static/commit.txt",
"utils:get-invalidate-params": "forge script --via-ir scripts/solidity/GetInvalidateNonceParams.s.sol"
},
"dependencies": {
"@ethersproject/providers": "^5.7.2",
"@octokit/core": "^4.2.0",
"@octokit/plugin-create-or-update-text-file": "^2.0.4",
"@octokit/plugin-throttling": "^5.1.0",
"@octokit/rest": "^19.0.7",
"@types/libsodium-wrappers": "^0.7.10",
"@types/node": "^18.15.11",
"@uniswap/permit2-sdk": "^1.2.0",
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"esbuild": "^0.17.15",
"ethers": "^5.7.2",
"godb": "^0.6.2",
"libsodium-wrappers": "^0.7.11",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.7",
"retry-axios": "^3.0.0",
"tsx": "^3.12.6",
"typescript": "^5.1.6",
"yaml": "^2.2.2"
},
"packageManager": "[email protected]"
}