HiddenPhox/package.json

40 lines
994 B
JSON

{
"name": "hiddenphox",
"version": "10.0.0",
"description": "Discord bot",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"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": {
"@ctrl/tinycolor": "^3.4.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.14.0",
"dumpy": "github:Cynosphere/dumpy.js",
"google-images": "^2.1.0",
"jimp": "^0.16.1",
"murmurhash": "^2.0.0",
"node-ffprobe": "^3.0.0",
"oceanic.js": "^1.1.2",
"play-dl": "^1.9.6",
"sharp": "^0.28.3",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^7.26.0",
"husky": "^8.0.2",
"prettier": "^2.3.0"
}
}