ClarityMoe/hibiki

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hibiki",
  "version": "2.0.0-SNAPSHOT7",
  "description": "An advanced but easy to use Discord bot framework, made in TypeScript",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsc": "tsc -p ./",
    "tslint": "tslint -p ./ --force --fix",
    "gulp": "gulp compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ClarityMoe/hibiki.git"
  },
  "keywords": [
    "typescript",
    "discord",
    "framework",
    "bot"
  ],
  "author": "noud02",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/ClarityMoe/hibiki/issues"
  },
  "homepage": "https://github.com/ClarityMoe/hibiki#readme",
  "dependencies": {
    "@types/i18next": "^8.4.2",
    "@types/i18next-node-fs-backend": "0.0.29",
    "@types/node": "^8.0.28",
    "@types/pg": "^7.1.0",
    "@types/ws": "^3.0.2",
    "blocked": "^1.2.1",
    "chalk": "^2.1.0",
    "eris": "github:abalabahaha/eris#dev",
    "i18next": "^9.0.0",
    "i18next-node-fs-backend": "^1.0.0",
    "minimist": "github:noud02/minimist",
    "moment": "^2.18.1",
    "pg": "^7.3.0",
    "recursive-readdir-sync": "^1.0.6",
    "tslib": "^1.7.1",
    "tslint": "^5.7.0",
    "typescript": "^2.5.2",
    "ws": "^3.1.0"
  },
  "devDependencies": {
    "docdash": "^0.4.0",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-jsdoc3": "^1.0.1",
    "gulp-typescript": "^3.2.2",
    "jsdoc": "^3.5.4"
  },
  "optionalDependencies": {
    "@types/bluebird": "^3.5.10",
    "bluebird": "^3.5.0",
    "bufferutil": "^3.0.2",
    "erlpack": "hammerandchisel/erlpack",
    "eventemitter3": "^2.0.3",
    "node-opus": "^0.2.6",
    "sodium-native": "^1.10.3",
    "uws": "^8.14.1"
  }
}