-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 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
51
52
53
54
55
56
57
58
{
"name": "aldebaran",
"version": "4.0.0",
"description": "Utility",
"main": "src/app.ts",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"axios": "^0.27.2",
"discord-api-types": "^0.36.0",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"form-data": "^4.0.0",
"mariadb": "^3.0.0",
"mathjs": "^10.6.4",
"moment": "^2.29.3",
"moment-timezone": "^0.5.34",
"nekos.life": "^3.0.0",
"node-fetch": "^3.2.6",
"nodesu": "^0.7.3",
"ojsama": "^2.2.0",
"os": "^0.1.2",
"request": "^2.88.2",
"revolt.js": "^6.0.6",
"sequelize": "^6.21.2",
"tenorjs": "^1.0.8",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.0.1",
"@types/node-fetch": "^3.0.2",
"@types/request": "^2.48.8",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"typescript": "^4.7.4"
},
"scripts": {
"build": "npx tsc --build",
"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"
}