-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.37 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "aldebaran",
"version": "3.2.0",
"description": "Utility",
"main": "src/app.ts",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"body-parser": "^1.19.1",
"bufferutil": "^4.0.6",
"canvas": "^2.9.0",
"cookie-parser": "^1.4.6",
"discord-api-types": "^0.27.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-graphql": "^0.12.0",
"graphql": "^16.3.0",
"mathjs": "^10.1.1",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mysql2": "^2.3.3",
"nekos.life": "^2.0.9",
"node-fetch": "^3.2.0",
"nodesu": "github:Ciborn/nodesu",
"oauth2-server": "^3.1.1",
"ojsama": "^2.2.0",
"os": "^0.1.2",
"prettier": "^2.5.1",
"pug": "^3.0.2",
"regenerator-runtime": "^0.13.9",
"request": "^2.88.2",
"tenorjs": "^1.0.8",
"ts-node": "^10.5.0",
"uid-safe": "^2.1.5",
"utf-8-validate": "^5.0.8",
"xml2js": "^0.4.23",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
"@types/mysql2": "github:types/mysql2",
"@types/node": "^17.0.18",
"@types/node-fetch": "^3.0.2",
"@types/oauth2-server": "^3.0.13",
"@types/request": "^2.48.8",
"@types/uid-safe": "^2.1.2",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-babel": "^9.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"readline-sync": "^1.4.10",
"typescript": "^4.5.5"
},
"scripts": {
"configure": "node bin/configure.js",
"dev": "node --loader=ts-node/esm src/app.ts dev !",
"start": "export TS_NODE_TRANSPILE_ONLY=true && node --loader=ts-node/esm/transpile-only src/app.ts"
},
"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"
}