-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
79 lines (79 loc) · 2.39 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
{
"name": "aldebaran",
"version": "3.0.0-beta",
"description": "Utility",
"main": "src/app.ts",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"body-parser": "^1.19.0",
"bufferutil": "^4.0.5",
"canvas": "^2.8.0",
"cookie-parser": "^1.4.5",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^16.0.1",
"mathjs": "^10.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"mysql2": "^2.3.2",
"nekos.life": "^2.0.7",
"node-fetch": "^3.1.0",
"nodesu": "github:Ciborn/nodesu",
"oauth2-server": "^3.1.1",
"ojsama": "^2.2.0",
"os": "^0.1.2",
"prettier": "^2.4.1",
"pug": "^3.0.2",
"regenerator-runtime": "^0.13.9",
"request": "^2.88.2",
"tenorjs": "^1.0.8",
"ts-node": "^10.4.0",
"uid-safe": "^2.1.5",
"utf-8-validate": "^5.0.7",
"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": "^16.11.7",
"@types/node-fetch": "^3.0.2",
"@types/oauth2-server": "^3.0.13",
"@types/request": "^2.48.7",
"@types/uid-safe": "^2.1.2",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-airbnb-typescript": "^15.0.0",
"eslint-config-babel": "^9.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"readline-sync": "^1.4.10",
"typescript": "^4.4.4"
},
"scripts": {
"configure": "node bin/configure.js",
"dev": "export TS_NODE_TRANSPILE_ONLY=true && node --loader=ts-node/esm/transpile-only 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"
}