HiddenPhox/package.json
2024-08-13 13:34:31 -06:00

46 lines
1.1 KiB
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://gitdab.com/Cynosphere/HiddenPhox.git"
},
"author": "Cynosphere",
"license": "MIT",
"bugs": {
"url": "https://gitdab.com/Cynosphere/HiddenPhox/issues"
},
"homepage": "https://gitdab.com/Cynosphere/HiddenPhox#readme",
"dependencies": {
"@ctrl/tinycolor": "^3.6.0",
"@peertube/http-signature": "^1.7.0",
"@projectdysnomia/dysnomia": "github:projectdysnomia/dysnomia#dev",
"dumpy": "github:Cynosphere/dumpy.js",
"google-images": "^2.1.0",
"jimp": "^0.22.7",
"module-alias": "^2.2.3",
"murmurhash": "^2.0.1",
"node-ffprobe": "^3.0.0",
"sharp": "^0.32.0",
"spitroast": "^1.4.3",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.39.0",
"husky": "^8.0.3",
"prettier": "^2.8.8"
},
"_moduleAliases": {
"@": ".",
"@lib": "src/lib",
"@util": "src/util",
"@modules": "src/modules"
}
}