-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
48 lines (48 loc) · 1.32 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
44
45
46
47
48
{
"name": "toogoodtogo-bot",
"version": "1.4.0",
"description": "TooGooToGo-Bot is a tool to warn you about the availability of your favorite stores. This one will warn you thanks to Telegram or Window notifications.",
"exports": "./dist/src/index.js",
"type": "module",
"scripts": {
"start": "node ./dist/src/index.js",
"build": "tsc",
"dev": "nodemon",
"lint": "eslint"
},
"author": {
"name": "Axel Lavoie",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:Achaak/toogoodtogo-bot.git"
},
"homepage": "https://github.com/Achaak/toogoodtogo-bot#readme",
"license": "ISC",
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.4.1",
"https-proxy-agent": "^7.0.2",
"node-notifier": "^10.0.1",
"nodemon": "^3.0.3",
"telegraf": "^4.15.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/eslint": "^8.56.1",
"@types/lodash.isequal": "^4.5.8",
"@types/nconf": "^0.10.6",
"@types/node": "^20.11.10",
"@types/node-notifier": "^8.0.5",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}