-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.59 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
51
52
53
54
55
56
57
58
59
{
"name": "aldebaran",
"version": "4.2.6",
"description": "Utility",
"main": "src/app.ts",
"dependencies": {
"@discordjs/rest": "^1.1.0",
"axios": "^0.27.2",
"bufferutil": "^4.0.6",
"discord-api-types": "^0.37.4",
"discord.js": "^14.14.1",
"dotenv": "^16.0.1",
"erlpack": "discord/erlpack",
"form-data": "^4.0.0",
"mariadb": "^3.0.1",
"mathjs": "^11.1.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"nekos.life": "^3.0.0",
"node-fetch": "^3.2.10",
"nodesu": "^0.7.3",
"ojsama": "^2.2.0",
"os": "^0.1.2",
"request": "^2.88.2",
"revolt.js": "^6.0.13",
"sequelize": "^6.21.4",
"tenorjs": "^1.0.10",
"utf-8-validate": "^5.0.9",
"xml2js": "^0.4.23",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.7.12",
"@types/node-fetch": "^3.0.2",
"@types/request": "^2.48.8",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"eslint": "^8.22.0",
"typescript": "^5.3.3"
},
"scripts": {
"build": "npx tsc",
"dev": "node --require dotenv/config dist/src/app.js dev !",
"start": "node --require dotenv/config dist/src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://git.nightorn.com/Nightorn/Aldebaran.git"
},
"author": "Aldebaran contributors",
"license": "ISC",
"bugs": {
"url": "https://git.nightorn.com/Nightorn/Aldebaran/issues"
},
"homepage": "https://git.nightorn.com/Nightorn/Aldebaran#readme",
"type": "module"
}