-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.6 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
49
50
{
"name": "bertram_core",
"version": "1.0.0",
"description": "Bertram is a free and open source Discord bot started in 2021 with the goal to provide 24/7, lag free music for you and your friends.",
"main": "./src/bertram.ts",
"repository": "https://github.com/arcinsolutions/bertram",
"author": "Botis#0666, Raved#8329",
"license": "MIT",
"private": false,
"type": "module",
"scripts": {
"dev": "nodemon --exec node --loader ts-node/esm/transpile-only --experimental-specifier-resolution=node src/bertram.ts",
"devStart": "node --loader ts-node/esm/transpile-only --experimental-specifier-resolution=node src/bertram.ts",
"start": "node --experimental-specifier-resolution=node build/bertram.js",
"build": "tsc -b",
"module:add": "scripty"
},
"bugs": {
"url": "https://github.com/arcinsolutions/Golden_TS-Core/issues"
},
"devDependencies": {
"@types/inquirer": "^9.0.2",
"@types/nconf": "^0.10.3",
"@types/node": "^18.7.23",
"lerna": "^5.5.4",
"tslib": "^2.4.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@discordx/importer": "^1.1.10",
"@discordx/koa": "^1.1.2",
"@discordx/pagination": "^3.3.0",
"@discordx/utilities": "^5.1.0",
"@koa/router": "^12.0.0",
"discord.js": "^14.5.0",
"discordx": "^11.4.0",
"dotenv": "^16.0.3",
"eventemitter2": "^6.4.9",
"inquirer": "^9.1.2",
"koa": "^2.13.4",
"mysql2": "^2.3.3",
"nconf": "^0.12.0",
"nodemon": "^2.0.20",
"readline": "^1.3.0",
"reflect-metadata": "^0.1.13",
"scripty": "^2.1.1",
"ts-node": "^10.9.1",
"typeorm": "^0.3.10"
}
}