HiddenPhox/package.json

34 lines
823 B
JSON

{
"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",
"dumpy": "github:Cynosphere/dumpy.js",
"eris": "github:abalabahaha/eris#dev",
"jimp": "^0.16.1",
"murmurhash": "^2.0.0",
"node-fetch": "^2.6.1",
"npmlog": "^4.1.2",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^7.26.0",
"prettier": "^2.3.0"
}
}