{
  "name": "miscord",
  "version": "5.0.4",
  "description": "Facebook Messenger to Discord bridge",
  "main": "src/index.ts",
  "scripts": {
    "start": "npm run prepare && node dist/bin/index.js",
    "dev": "ts-node src/bin/index.ts",
    "test": "tslint -c tslint.json 'src/**/*.ts'",
    "build": "node dist/bin/build.js",
    "clean": "shx rm -rf dist/",
    "compile": "tsc",
    "prepare": "npm run clean && npm run compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miscord/miscord/"
  },
  "homepage": "https://miscord.net",
  "keywords": [
    "messenger",
    "discord",
    "javascript",
    "discord.js",
    "bridge",
    "bot"
  ],
  "bin": {
    "miscord": "dist/bin/index.js"
  },
  "author": {
    "name": "Bjornskjald",
    "email": "github@bjorn.ml",
    "url": "https://bjorn.ml/"
  },
  "license": "MIT",
  "dependencies": {
    "@sentry/node": "^5.10.2",
    "basic-auth": "^2.0.1",
    "chalk": "^3.0.0",
    "discord.js": "^11.5.1",
    "dot-prop": "^5.2.0",
    "emoji-strip": "^1.0.1",
    "fastify": "^2.11.0",
    "fastify-static": "^2.5.1",
    "fs-extra": "^8.1.0",
    "is-docker": "^2.0.0",
    "is-npm": "^4.0.0",
    "jquery": "^3.4.1",
    "js-yaml": "^3.13.1",
    "libfb": "^2.3.5",
    "minimist": "^1.2.0",
    "node-fetch": "^2.6.0",
    "remove-accents": "^0.4.2",
    "select2": "^4.0.12",
    "semver": "^7.1.1",
    "strip-ansi": "^6.0.0",
    "sudo-block": "^3.0.0",
    "tmp": "^0.1.0"
  },
  "devDependencies": {
    "@types/archiver": "^3.0.0",
    "@types/basic-auth": "^1.1.2",
    "@types/extract-zip": "^1.6.2",
    "@types/fs-extra": "^8.0.1",
    "@types/js-yaml": "^3.12.1",
    "@types/node": "^12.12.21",
    "@types/node-fetch": "^2.5.4",
    "@types/semver": "^6.2.0",
    "@types/tmp": "^0.1.0",
    "archiver": "^3.1.1",
    "extract-zip": "^1.6.7",
    "gh-release": "^3.5.0",
    "pkg": "^4.4.2",
    "shx": "^0.3.2",
    "ts-node": "^8.5.4",
    "tslint": "^5.20.1",
    "tslint-config-standard": "^9.0.0",
    "typescript": "^3.7.3"
  },
  "pkg": {
    "assets": "static/**/*"
  }
}
