-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "@pooltogether/v5-autotasks-library",
"version": "0.0.1-beta.6",
"description": "Library of shared utils to run PoolTogether hyperstructure (v5) autotasks.",
"author": "PoolTogether Inc.",
"homepage": "https://github.com/pooltogether/v5-autotasks/packages/library/README.md",
"license": "ISC",
"type": "module",
"main": "dist/index.js",
"directories": {
"dist": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pooltogether/v5-autotasks.git"
},
"scripts": {
"build": "tsc",
"start": "tsc-watch",
"format": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore --write \"**/*.{ts,js}\""
},
"bugs": {
"url": "https://github.com/pooltogether/v5-autotasks/issues"
},
"dependencies": {
"@pooltogether/v5-utils-js": "0.0.1-beta.23",
"chalk": "^4.1.2",
"defender-relay-client": "1.39.0",
"ethers": "5.7.2",
"graphql": "^16.6.0",
"graphql-request": "^5.2.0",
"inquirer": "^9.2.6",
"tsc-watch": "^6.0.4"
},
"devDependencies": {
"@types/inquirer": "^9.0.3",
"typescript": "4.8.4"
}
}