HiddenPhox/package.json

36 lines
881 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": {
"colorcolor": "^1.1.1",
2021-06-01 19:00:11 +00:00
"dumpy": "github:Cynosphere/dumpy.js",
2022-04-03 17:19:13 +00:00
"eris": "github:abalabahaha/eris#dev",
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",
"node-fetch": "^2.6.1",
2021-08-12 03:10:40 +00:00
"sharp": "^0.28.3",
2021-08-30 02:01:47 +00:00
"sqlite3": "^5.0.2",
"ytdl-core": "^4.9.1"
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
}
}