2021-03-15 01:41:40 +00:00
|
|
|
{
|
|
|
|
"name": "hiddenphox",
|
|
|
|
"version": "10.0.0",
|
|
|
|
"description": "Discord bot",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
2022-12-18 19:37:00 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"prepare": "husky install"
|
2021-03-15 01:41:40 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-12-31 20:32:48 +00:00
|
|
|
"url": "git+https://gitdab.com/Cynosphere/HiddenPhox.git"
|
2021-03-15 01:41:40 +00:00
|
|
|
},
|
|
|
|
"author": "Cynosphere",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2022-12-31 20:32:48 +00:00
|
|
|
"url": "https://gitdab.com/Cynosphere/HiddenPhox/issues"
|
2021-03-15 01:41:40 +00:00
|
|
|
},
|
2022-12-31 20:32:48 +00:00
|
|
|
"homepage": "https://gitdab.com/Cynosphere/HiddenPhox#readme",
|
2021-03-15 01:41:40 +00:00
|
|
|
"dependencies": {
|
2022-05-22 19:21:09 +00:00
|
|
|
"@ctrl/tinycolor": "^3.4.1",
|
2023-04-08 20:12:52 +00:00
|
|
|
"@distube/ytdl-core": "^4.11.8",
|
2023-03-30 18:54:54 +00:00
|
|
|
"@projectdysnomia/dysnomia": "^0.1.1",
|
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",
|
2021-08-12 03:10:40 +00:00
|
|
|
"sharp": "^0.28.3",
|
2022-12-10 21:49:25 +00:00
|
|
|
"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",
|
2022-12-18 19:37:00 +00:00
|
|
|
"husky": "^8.0.2",
|
2021-05-13 19:09:16 +00:00
|
|
|
"prettier": "^2.3.0"
|
2021-03-15 01:41:40 +00:00
|
|
|
}
|
|
|
|
}
|