diff --git a/package.json b/package.json index 6149c891..db48a827 100644 --- a/package.json +++ b/package.json @@ -1,64 +1,64 @@ { - "name": "xiaobot", - "version": "38.4.4", - "description": "Your personal server companion.", - "main": "Shard.js", - "scripts": { - "test": "npm run lint", - "lint": "eslint .", - "start": "node Shard.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/dragonfire535/xiaobot.git" - }, - "keywords": [ - "bot", - "commando", - "discord", - "discord-api", - "discord-bot", - "discord-js", - "discord-js-commando" - ], - "author": "dragonfire535 ", - "license": "ISC", - "bugs": { - "url": "https://github.com/dragonfire535/xiaobot/issues" - }, - "homepage": "https://github.com/dragonfire535/xiaobot#readme", - "engines": { - "node": ">=8.0.0" - }, - "dependencies": { - "canvas": "github:automattic/node-canvas", - "common-tags": "^1.4.0", - "custom-translate": "github:dragonfire535/custom-translate", - "discord.js": "github:hydrabolt/discord.js", - "discord.js-commando": "github:gawdl3y/discord.js-commando", - "node-opus": "^0.2.7", - "pg": "^6.4.2", - "pg-hstore": "^2.3.2", - "sequelize": "^4.8.3", - "snekfetch": "^3.3.0", - "zalgolize": "^1.2.4" - }, - "optionalDependencies": { - "erlpack": "github:hammerandchisel/erlpack", - "uws": "^8.14.1" - }, - "devDependencies": { - "eslint": "^4.6.1", - "eslint-config-aqua": "^2.0.1" - }, - "eslintConfig": { - "extends": "aqua", - "rules": { - "camelcase": "off", - "id-length": "off", - "no-await-in-loop": "off", - "no-console": "off", - "no-process-env": "off" - } - } + "name": "xiaobot", + "version": "38.4.4", + "description": "Your personal server companion.", + "main": "Shard.js", + "scripts": { + "test": "npm run lint", + "lint": "eslint .", + "start": "node Shard.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dragonfire535/xiaobot.git" + }, + "keywords": [ + "bot", + "commando", + "discord", + "discord-api", + "discord-bot", + "discord-js", + "discord-js-commando" + ], + "author": "dragonfire535 ", + "license": "ISC", + "bugs": { + "url": "https://github.com/dragonfire535/xiaobot/issues" + }, + "homepage": "https://github.com/dragonfire535/xiaobot#readme", + "engines": { + "node": ">=8.0.0" + }, + "dependencies": { + "canvas": "github:automattic/node-canvas", + "common-tags": "^1.4.0", + "custom-translate": "github:dragonfire535/custom-translate", + "discord.js": "github:hydrabolt/discord.js", + "discord.js-commando": "github:gawdl3y/discord.js-commando", + "node-opus": "^0.2.7", + "pg": "^6.4.2", + "pg-hstore": "^2.3.2", + "sequelize": "^4.8.3", + "snekfetch": "^3.3.0", + "zalgolize": "^1.2.4" + }, + "optionalDependencies": { + "erlpack": "github:hammerandchisel/erlpack", + "uws": "^8.14.1" + }, + "devDependencies": { + "eslint": "^4.6.1", + "eslint-config-aqua": "^2.0.1" + }, + "eslintConfig": { + "extends": "aqua", + "rules": { + "camelcase": "off", + "id-length": "off", + "no-await-in-loop": "off", + "no-console": "off", + "no-process-env": "off" + } + } }