{
  "name": "@mediarithmics/plugins-nodejs-sdk",
  "version": "0.38.0",
  "description": "This is the mediarithmics nodejs to help plugin developers bootstrapping their plugin without having to deal with most of the plugin boilerplate",
  "repository": "github:MEDIARITHMICS/plugins-nodejs-sdk",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "./test_sdk_and_examples.sh",
    "testOnly": "./testOnly.sh",
    "prepublishOnly": "tsc",
    "build": "tsc",
    "docs": "typedoc --out docs/ ./src",
    "prettier:fix": "prettier --write '**/*.ts'",
    "test:Helper": "npm run build && NODE_ENV=development mocha lib/helpers/StatsClient.spec.js"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "body-parser": "^1.20.2",
    "chai": "^4.3.10",
    "express": "^4.21.2",
    "handlebars": "^4.7.8",
    "hot-shots": "^10.0.0",
    "ion-js": "^5.2.0",
    "jsesc": "^3.0.2",
    "lodash": "^4.17.21",
    "memory-cache": "^0.2.0",
    "mocha": "^12.0.0-beta-10",
    "numeral": "^2.0.6",
    "request": "^2.88.2",
    "request-promise-native": "^1.0.9",
    "sinon": "^17.0.1",
    "supertest": "^6.3.3",
    "toobusy-js": "^0.5.1",
    "winston": "^3.11.0"
  },
  "overrides": {
    "form-data": "~2.5.4",
    "qs": "6.14.2"
  },
  "devDependencies": {
    "@types/body-parser": "^1.19.5",
    "@types/chai": "^4.3.9",
    "@types/express": "^4.17.21",
    "@types/jsesc": "^3.0.3",
    "@types/lodash": "^4.14.200",
    "@types/memory-cache": "0.2.5",
    "@types/mocha": "^10.0.4",
    "@types/node": "^20.8.10",
    "@types/numeral": "2.0.5",
    "@types/request-promise-native": "^1.0.21",
    "@types/sinon": "^17.0.1",
    "@types/supertest": "^2.0.15",
    "@types/toobusy-js": "^0.5.3",
    "@typescript-eslint/eslint-plugin": "6.10.0",
    "@typescript-eslint/parser": "6.10.0",
    "eslint": "8.53.0",
    "eslint-config-prettier": "9.0.0",
    "eslint-plugin-prettier": "5.0.1",
    "prettier": "3.0.3",
    "ts-node": "^10.9.1",
    "typedoc": "^0.25.3",
    "typescript": "^5.2.2"
  }
}
