forked from MRDGH2821/Perpetual-Mechanical-Array-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.19 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
{
"name": "perpetual-mechanical-array-bot",
"version": "3.1.0",
"description": "Discord Bot for [Traveler Mains Server](https://discord.gg/RsdUnupKpj)",
"main": "index.js",
"private": true,
"scripts": {
"prestart": "npm run build",
"start": "node ./out/index.js",
"monitor": "nodemon src/index.ts --trace-warnings",
"lint": "npx eslint . --fix --ignore-path .gitignore ",
"pretty": "npx prettier . --write --ignore-path .gitignore",
"postpretty": "npm run lint",
"build": "tsc && tsc-alias",
"emulator": "firebase emulators:start --import ./offline_db_beta --export-on-exit ./offline_db",
"dev": "run-p -n emulator monitor",
"prelint:mega": "node clean.mjs megalinter-reports && node clean.mjs tmp",
"lint:mega": "npx mega-linter-runner@latest --flavor javascript",
"predocker:prod": "npm run build",
"docker:prod": "docker compose up -d --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MRDGH2821/Perpetual-Mechanical-Array-Bot.git"
},
"keywords": [],
"author": "MRDGH2821",
"license": "Unlicence",
"bugs": {
"url": "https://github.com/MRDGH2821/Perpetual-Mechanical-Array-Bot/issues"
},
"homepage": "https://github.com/MRDGH2821/Perpetual-Mechanical-Array-Bot#readme",
"dependencies": {
"detritus-client": "^0.17.0-beta.16",
"detritus-client-rest": "^0.11.0-beta.4",
"detritus-client-socket": "^0.8.4-beta.2",
"detritus-utils": "^0.4.0",
"firebase-admin": "^11.0.1",
"just-clone": "^6.1.1",
"mathjs": "^11.1.0",
"title-case": "^3.0.3",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"yaspr": "^1.0.2"
},
"devDependencies": {
"@swc/core": "^1.2.246",
"@swc/helpers": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier-config-mrdgh2821": "^3.0.0",
"prettier-plugin-organize-imports": "^3.1.0",
"regenerator-runtime": "^0.13.9",
"tsc-alias": "^1.7.0",
"tsconfig-paths": "^4.1.0"
},
"engineStrict": true
}