-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 764 Bytes
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
{
"name": "discord-pm2-manager",
"version": "1.0.0",
"description": "Mit diesem Discord-Pm2-Manager kannst du deine Pm2 Prozesse in discord verwalten!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devschlumpfi/Discord-Pm2-Manager.git"
},
"keywords": [
"Discord-Pm2-Manager"
],
"author": "devschlumpfi",
"license": "ISC",
"bugs": {
"url": "https://github.com/devschlumpfi/Discord-Pm2-Manager/issues"
},
"homepage": "https://github.com/devschlumpfi/Discord-Pm2-Manager#readme",
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"fs": "^0.0.1-security",
"pm2": "^5.3.0"
}
}