This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
56 lines (56 loc) · 1.7 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
{
"name": "pterodactyl-discord-bot",
"version": "1.0.0",
"description": "A pterodactyl discord bot",
"main": "dist/index.js",
"scripts": {
"test": "tsc-watch --onCompilationComplete \"node dist/index.js\"",
"start": "node dist/index.js",
"build": "rimraf dist/* && tsc",
"pterodactyl": "git pull && yarn install --production && yarn build && yarn start"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Linux123123/Pterodactyl-Discord-Bot.git"
},
"keywords": [
"Discord",
"Pterodactyl",
"BOT"
],
"author": "Linux123123",
"license": "MIT",
"bugs": {
"url": "https://github.com/Linux123123/Pterodactyl-Discord-Bot/issues"
},
"homepage": "https://github.com/Linux123123/Pterodactyl-Discord-Bot#readme",
"dependencies": {
"@linux123123/jspteroapi": "^2.3.4",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",
"@types/readline-sync": "^1.4.3",
"@types/shortid": "^0.0.29",
"@types/ws": "^7.4.0",
"chalk": "^4.1.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"enmap": "^5.8.4",
"moment": "^2.29.1",
"readline-sync": "^1.4.10",
"rimraf": "^3.0.2",
"shortid": "^2.2.16",
"typescript": "^4.2.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"tsc-watch": "^4.2.9"
}
}