forked from MolSnoo/Alter-Ego
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 893 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 893 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
29
30
31
32
33
{
"name": "alter-ego",
"version": "1.10.0",
"description": "An in-depth, multiplayer text adventure role-playing game for Discord.",
"main": "bot.js",
"scripts": {
"run": "node bot.js",
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MolSnoo/Alter-Ego.git"
},
"author": "Vivian Anderson",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/MolSnoo/Alter-Ego/issues"
},
"homepage": "https://github.com/MolSnoo/Alter-Ego",
"dependencies": {
"@xmldom/xmldom": "^0.8.11",
"app-root-path": "^2.2.1",
"discord.js": "^14.24.0",
"googleapis": "^164.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"moment": "^2.24.0",
"moment-timer": "^1.3.0",
"node-fetch": "^2.6.6",
"pretty-format": "^30.2.0"
}
}