-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 954 Bytes
/
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
{
"name": "pt-v5-draw-auction-gh-action-bot",
"version": "1.0.0",
"description": "PoolTogether v5 Draw Auction cron bot which runs periodically on GitHub Actions.",
"main": "index.js",
"repository": "[email protected]:generationsoftware/pt-v5-draw-auction-gh-action-bot.git",
"author": {
"name": "G9 Software Inc.",
"url": "https://github.com/generationsoftware"
},
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"start": "tsx index.ts"
},
"devDependencies": {
"@generationsoftware/pt-v5-autotasks-library": "1.7.2",
"@generationsoftware/pt-v5-utils-js": "1.2.0",
"@types/node": "^20.11.28",
"chalk": "^5.3.0",
"dotenv": "^16.4.5",
"lodash.groupby": "^4.6.0",
"lodash.pickby": "^4.6.0",
"node-fetch": "^3.3.2",
"tsx": "^4.7.2",
"typescript": "^5.4.2",
"yn": "^5.0.0"
}
}