-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 828 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": "envision",
"version": "0.2.5",
"description": "A small Discord bot for the KSPNS.",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"canvas": "^1.6.13",
"discord.js": "^12.2.0",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"jshint": "^2.11.0",
"jsonfile": "^4.0.0",
"node-gyp": "^6.1.0",
"nsapi": "^0.1.15",
"ytdl-core": "^2.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Omnicsat/Envision.git"
},
"author": "Omni",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Omnicsat/Envision/issues"
},
"homepage": "https://github.com/Omnicsat/Envision#readme"
}