-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 847 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
31
32
33
34
35
{
"name": "gtao-discounts-bot",
"version": "1.0.0",
"description": "Discord bot consuming the GTA: Online discounts API",
"main": "bot.js",
"engines": {
"node": ">=16.13.0"
},
"scripts": {
"start": "node dist/bot.js",
"postinstall": "tsc",
"dev": "ts-node src/bot.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/POWRFULCOW89/gtao-discounts-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/POWRFULCOW89/gtao-discounts-bot/issues"
},
"homepage": "https://github.com/POWRFULCOW89/gtao-discounts-bot#readme",
"dependencies": {
"axios": "^0.24.0",
"discord.js": "^13.6.0",
"dotenv": "^11.0.0"
},
"devDependencies": {
"@types/node": "^17.0.8",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}