Anapher/Strive

View on GitHub
src/Services/SFU/package.json

Summary

Maintainability
Test Coverage
{
  "name": "strive-sfu",
  "version": "1.0.0",
  "main": "index.ts",
  "author": "Vincent",
  "license": "MIT",
  "type": "commonjs",
  "scripts": {
    "debug": "ts-node-dev --inspect --respawn --transpileOnly src/index.ts",
    "dev": "@powershell -Command $env:DEBUG='strive-mediasoup**'; tsnd --respawn --files -r @babel/register --inspect -- src/index.ts",
    "build": "tsc",
    "typecheck": "tsc",
    "start": "node dist/index.js",
    "lint:base": "eslint --ext .js,.json,.ts",
    "lint": "yarn lint:base src",
    "test": "jest"
  },
  "lint-staged": {
    "src/**/*.{ts,js,json}": [
      "yarn lint:base --fix",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn typecheck && lint-staged"
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.14.3",
    "@babel/core": "^7.14.3",
    "@babel/node": "^7.14.2",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-transform-modules-commonjs": "^7.14.0",
    "@babel/preset-env": "^7.14.4",
    "@babel/preset-typescript": "^7.10.4",
    "@babel/register": "^7.13.16",
    "@types/amqplib": "^0.8.0",
    "@types/async-lock": "^1.1.2",
    "@types/cors": "^2.8.10",
    "@types/debug": "^4.1.5",
    "@types/express": "^4.17.12",
    "@types/express-jwt": "^6.0.1",
    "@types/jest": "^26.0.23",
    "@types/lodash": "^4.14.170",
    "@types/node": "^15.12.1",
    "@types/object.fromentries": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "eslint": "^7.28.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.0.4",
    "lint-staged": "^11.0.0",
    "prettier": "^2.3.1",
    "ts-node-dev": "^1.1.6",
    "typescript": "^4.3.2"
  },
  "engines": {
    "node": ">=12"
  },
  "dependencies": {
    "@lifeomic/attempt": "^3.0.0",
    "amqplib": "^0.8.0",
    "async-lock": "^1.3.0",
    "axios": "^0.21.1",
    "cors": "^2.8.5",
    "debug": "^4.2.0",
    "express": "^4.17.1",
    "express-jwt": "^6.0.0",
    "lightship": "^6.6.1",
    "lodash": "4.17.21",
    "mediasoup": "3.7.12",
    "object.fromentries": "^2.0.4"
  }
}