-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "historian-bot",
"version": "4.3.0",
"description": "",
"main": "index.js",
"dependencies": {
"@discordjs/builders": "^1.1.0",
"@discordjs/rest": "^0.1.0-canary.0",
"axios": "^0.27.2",
"chalk": "^4.1.2",
"discord-api-types": "^0.23.1",
"discord.js": "^13.6.0",
"mongodb": "^4.5.0",
"node-cron": "^3.0.0",
"topgg-autoposter": "^2.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node -r dotenv/config ./dist/index.js",
"dev": "nodemon -r dotenv/config --config nodemon.json --exec node --loader ts-node/esm/transpile-only src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HistoryLabs/historian-bot.git"
},
"author": "Angoose",
"license": "ISC",
"bugs": {
"url": "https://github.com/HistoryLabs/historian-bot/issues"
},
"homepage": "https://github.com/HistoryLabs/historian-bot#readme",
"devDependencies": {
"@types/node-cron": "^3.0.1",
"dotenv": "^11.0.0",
"nodemon": "^2.0.15",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}