forked from jfrux/oppey-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "oppey-bot",
"version": "0.0.1",
"description": "A documentation engine and assistant for the Openpilot Community.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"prepublish": "node util/setup.js"
},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openpilot-community/oppey-bot.git"
},
"author": "Joshua Rountree <[email protected]> (https://opc.ai/)",
"contributors": [
"Tyler Neal"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/openpilot-community/oppey-bot/issues"
},
"homepage": "https://github.com/openpilot-community/oppey-bot#readme",
"dependencies": {
"better-sqlite-pool": "github:eslachance/better-sqlite-pool",
"chalk": "^2.4.1",
"discord.js": "git+https://github.com/discordjs/discord.js.git",
"enmap": "^4.3.2",
"js-beautify": "^1.8.9",
"klaw": "^2.1.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"node-fetch": "^2.3.0",
"readline-sync": "^1.4.9",
"util": "^0.11.1"
}
}