HiddenPhox/package.json

38 lines
939 B
JSON
Raw Normal View History

2021-03-15 01:41:40 +00:00
{
"name": "hiddenphox",
"version": "10.0.0",
"description": "Discord bot",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Cynosphere/HiddenPhox.git"
},
"author": "Cynosphere",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Cynosphere/HiddenPhox/issues"
},
"homepage": "https://gitlab.com/Cynosphere/HiddenPhox#readme",
"dependencies": {
2022-05-22 19:21:09 +00:00
"@ctrl/tinycolor": "^3.4.1",
2022-12-10 23:00:02 +00:00
"@discordjs/opus": "^0.9.0",
2022-12-10 21:51:10 +00:00
"@discordjs/voice": "^0.14.0",
2021-06-01 19:00:11 +00:00
"dumpy": "github:Cynosphere/dumpy.js",
2022-03-28 22:12:10 +00:00
"google-images": "^2.1.0",
2021-06-01 19:00:11 +00:00
"jimp": "^0.16.1",
2021-03-15 01:41:40 +00:00
"murmurhash": "^2.0.0",
2022-04-19 04:50:03 +00:00
"node-ffprobe": "^3.0.0",
2022-10-09 17:33:42 +00:00
"oceanic.js": "^1.1.2",
"play-dl": "^1.9.6",
2021-08-12 03:10:40 +00:00
"sharp": "^0.28.3",
"sqlite3": "^5.0.2"
2021-03-15 01:41:40 +00:00
},
"devDependencies": {
2021-05-13 19:09:16 +00:00
"eslint": "^7.26.0",
"prettier": "^2.3.0"
2021-03-15 01:41:40 +00:00
}
}