-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 834 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 834 Bytes
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
{
"name": "mb-billing",
"version": "0.0.1",
"description": "",
"main": "index.ts",
"scripts": {
"build": "tsc",
"main": "npx ts-node src/index.ts",
"fmt": "npx prettier --write .",
"lint": "npx prettier --check .",
"test": "jest --testTimeout 75000"
},
"author": "CoW Anator (@cowanator)",
"license": "MIT",
"dependencies": {
"@duneanalytics/client-sdk": "^0.1.5",
"@ethersproject/bytes": "^5.7.0",
"@slack/web-api": "^7.1.0",
"@types/node": "^20.11.30",
"ethers": "^6.12.0",
"ethers-multisend": "^3.1.0",
"loglevel": "^1.9.1",
"moment": "^2.30.1",
"typescript": "^5.4.3",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2"
}
}