{
  "name": "soundon-api",
  "version": "2.5.1",
  "description": "",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src"
  ],
  "license": "Apache-2.0",
  "keywords": [],
  "scripts": {
    "dev": "LOGGING_LEVEL=debug ts-node-dev --files ./src/index.ts",
    "gen": "ts-node --files ./tools/gen.ts",
    "test": "docker-compose run -e LOGGING_LEVEL=warn api yarn _test",
    "_test": "FIRESTORE_EMULATOR_HOST=firestore:9090 TS_NODE_FILES=1 NODE_ENV=test mocha --timeout=10000 --exit -r reflect-metadata -r ts-node/register $(find ./test -name '*.ts' -type f)",
    "test:watch": "nodemon --exec 'yarn test'",
    "test:ci": "firebase emulators:exec --only firestore \"yarn _test:ci\"",
    "_test:ci": "LOGGING_LEVEL=error FIRESTORE_EMULATOR_HOST=localhost:9999 TS_NODE_FILES=1 NODE_ENV=test mocha --timeout=10000 --exit -r reflect-metadata -r ts-node/register --reporter mocha-junit-reporter $(find ./test -name '*.ts' -type f)",
    "emulator": "firebase emulators:start --only firestore",
    "lint": "gts check",
    "clean": "gts clean",
    "build": "tsc -p . && cp package.json build",
    "fix": "gts fix"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "@types/batch-stream": "^0.1.31",
    "@types/bull": "^3.10.6",
    "@types/chalk": "^2.2.0",
    "@types/convict": "^4.2.1",
    "@types/countries-and-timezones": "^2.0.1",
    "@types/dir-glob": "^2.0.0",
    "@types/dotenv": "^6.1.1",
    "@types/fluent-ffmpeg": "^2.1.11",
    "@types/glob": "^7.1.1",
    "@types/koa": "^2.0.50",
    "@types/koa__cors": "^2.2.3",
    "@types/lodash": "^4.14.141",
    "@types/md5": "^2.1.33",
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.0.3",
    "@types/rewire": "^2.5.28",
    "@types/rss": "^0.0.28",
    "@types/sanitize-html": "^1.20.2",
    "@types/sinon": "^7.5.0",
    "@types/socket.io": "^2.1.4",
    "@types/socket.io-client": "^1.4.32",
    "@types/socket.io-redis": "^1.0.25",
    "@types/supertest": "^2.0.8",
    "@types/triple-beam": "^1.3.0",
    "@types/uuid": "^3.4.5",
    "@types/winston": "^2.4.4",
    "@types/xml2js": "^0.4.5",
    "dtsgenerator": "^2.3.1",
    "firebase-tools": "^7.6.2",
    "gts": "^1.1.0",
    "husky": "^3.1.0",
    "lint-staged": "^10.0.0-beta.6",
    "mocha": "^6.2.1",
    "mocha-junit-reporter": "^1.23.1",
    "nodemon": "^1.19.3",
    "rewire": "^4.0.1",
    "sinon": "^7.5.0",
    "socket.io-client": "^2.3.0",
    "supertest": "^4.0.2",
    "ts-node": "^8.4.1",
    "ts-node-dev": "^1.0.0-pre.44",
    "typescript": "~3.6.0"
  },
  "dependencies": {
    "@google-cloud/bigquery": "^4.5.0",
    "@google-cloud/firestore": "2.2.4",
    "@google-cloud/storage": "^3.3.1",
    "@koa/cors": "^3.0.0",
    "@types/koa-router": "^7.0.42",
    "@types/showdown": "^1.9.3",
    "ajv": "^6.10.2",
    "axios": "^0.19.0",
    "batch-stream": "^0.1.3",
    "bull": "^3.12.1",
    "chalk": "^2.4.2",
    "convict": "^5.1.0",
    "countries-and-timezones": "^2.0.5",
    "date-fns": "^2.6.0",
    "dev-null": "^0.1.1",
    "dir-glob": "^3.0.1",
    "dotenv": "^8.1.0",
    "feed": "^4.0.0",
    "firebase-admin": "^8.6.0",
    "fluent-ffmpeg": "^2.1.2",
    "glob": "^7.1.4",
    "ioredis": "^4.14.1",
    "iso-3166-1": "^1.1.0",
    "jsondiffpatch": "^0.3.11",
    "koa": "^2.8.2",
    "koa-body": "^4.1.1",
    "koa-router": "^7.4.0",
    "lodash": "^4.17.15",
    "md5": "^2.2.1",
    "reflect-metadata": "^0.1.13",
    "rss": "^1.2.2",
    "rss-parser": "^3.7.3",
    "sanitize-html": "^1.20.1",
    "showdown": "^1.9.1",
    "socket.io": "^2.3.0",
    "socket.io-redis": "^5.2.0",
    "triple-beam": "^1.3.0",
    "tsyringe": "^3.4.0",
    "uuid": "^3.3.3",
    "winston": "^3.2.1"
  },
  "resolutions": {
    "@grpc/grpc-js": "0.6.8"
  },
  "nodemonConfig": {
    "ext": "ts,js,json",
    "delay": 2500
  },
  "lint-staged": {
    "*.ts": "yarn fix"
  }
}
