-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "primelooter",
"description": "Node.js bot which automatically claims twitch/amazon prime gaming loot. 🤖",
"private": false,
"version": "0.1.0",
"license": "GNU",
"author": "Marcelo 'teka' Oliveira <[email protected]>",
"homepage": "https://github.com/marcelotk15/primelooter#readme",
"bugs": "https://github.com/marcelotk15/primelooter/issues",
"main": "build/main.js",
"scripts": {
"dev": "tsnd --respawn --transpile-only src/main.ts"
},
"engines": {
"node": "^16.15.x"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
},
"dependencies": {
"commander": "^9.4.0",
"puppeteer": "^18.0.5",
"puppeteer-extra": "^3.3.4"
},
"keywords": [
"nodejs",
"typescript",
"twitch",
"loot",
"looter",
"amazon"
]
}