forked from Dang-Bang/Miku-Chan
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1016 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1016 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
34
35
36
37
{
"name": "lavender",
"version": "1.2.0",
"license": "GPL-3.0-or-later",
"description": "A JavaScript-Based Discord Bot Made to Increase your Workflow and Autonomy",
"main": "bot.js",
"dependencies": {
"dblapi.js": "^2.3.0",
"discord.js": "^11.4.2",
"erlpack": "discordapp/erlpack",
"ffmpeg-binaries": "^4.0.0",
"node-gyp": "^3.8.0",
"node-opus": "^0.3.0",
"node-schedule": "^1.3.1",
"opusscript": "^0.0.6",
"soundcloud": "^3.3.0",
"uws": "^99.0.0",
"ytdl-core": "github:fent/node-ytdl-core#master"
},
"scripts": {
"start": "node bot.js",
"test": "echo At this point, the build has succeded and the bot should've been tested, and we don't want to run the bot from the CI."
},
"repository": {
"type": "git",
"url": "git+https://github.com/KnoxDevTeam/Lavender.git"
},
"author": "Incrested & Ultra03",
"bugs": {
"url": "https://github.com/KnoxDevTeam/Lavender/issues"
},
"homepage": "https://lavender.knoxcorp.me",
"engines": {
"node": "8.11.4",
"npm": "5.7.1"
}
}