{
  "name": "@eclipse-ditto/ditto-javascript-client-node",
  "version": "3.7.0",
  "description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
  "author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
  "repository": "https://github.com/eclipse-ditto/ditto-clients",
  "license": "EPL-2.0",
  "main": "./dist/index.js",
  "type": "commonjs",
  "types": "./dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "http-proxy-agent": "4.0.1",
    "https-proxy-agent": "2.2.4",
    "url": "0.11.0",
    "ws": "7.5.10"
  },
  "devDependencies": {
    "@types/jest": "^26.0.24",
    "@types/node": "^14.18.27",
    "@types/prettier": "<2.6.0",
    "@types/ws": "^7.4.7",
    "barrelsby": "^2.1.1",
    "jest": "^26.6.3",
    "nock": "^13.0.11",
    "ts-jest": "^26.5.6",
    "tslint": "^5.18.x",
    "tslint-config-airbnb": "^5.11.1",
    "tslint-sonarts": "^1.8.0",
    "typescript": "^3.9.10"
  },
  "scripts": {
    "build": "npm run build:tsc && npm run build:barrels",
    "build:tsc": "tsc -p tsconfig.json",
    "build:barrels": "npm run build:barrels:generate-sources && npm run build:barrels:copyright-header && npm run build:barrels:compile",
    "build:barrels:generate-sources": "barrelsby --config barrelsby.json",
    "build:barrels:copyright-header": "tslint --config tslint.json --project tsconfig-barrels.json --quiet --fix dist/index.ts",
    "build:barrels:compile": "tsc --project tsconfig-barrels.json",
    "lint": "tslint --project tsconfig.json",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "ditto",
    "eclipse",
    "eclipseditto",
    "client",
    "iot",
    "node",
    "commonjs",
    "cjs",
    "nodejs"
  ],
  "gitHead": "16e57f19db9608418a220b19cb8594047d47480e"
}
