-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 895 Bytes
/
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
{
"name": "equibot",
"version": "0.1.1",
"description": "Torn Discord Bot; lovingly hand-crafted for the Equilibrium crime family in Torn City.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCodeSinger/equibot.git"
},
"author": "David Close; Aarlo [2252482]; (https://github.com/TheCodeSinger)",
"contributors": [
"PommesMitMayo",
"kastang"
],
"license": "MIT",
"homepage": "https://github.com/TheCodeSinger/equibot#readme",
"dependencies": {
"better-sqlite3": "^7.0.1",
"chalk": "^4.0.0",
"discord.js": "^12.2.0",
"enmap": "^5.2.4",
"inquirer": "^7.1.0",
"isomorphic-fetch": "^3.0.0",
"moment": "^2.25.3",
"moment-duration-format": "^2.3.2",
"netmask": ">=2.0.1",
"pm2": "^4.5.5"
}
}