UNPKG

@eclipse-ditto/ditto-javascript-client-node

Version:

Node.js(r) implementation of Eclipse Ditto JavaScript API.

58 lines (57 loc) 1.7 kB
{ "name": "@eclipse-ditto/ditto-javascript-client-node", "version": "3.9.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": "^29.5.14", "@types/node": "^20.19.0", "@types/prettier": "<2.6.0", "@types/ws": "^7.4.7", "barrelsby": "^2.1.1", "jest": "^30.0.0", "nock": "^13.0.11", "ts-jest": "^29.0.0", "typescript": "^5.3.0" }, "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": "eslint -c ../../eslint.config.js --quiet --fix dist/index.ts", "build:barrels:compile": "tsc --project tsconfig-barrels.json", "lint": "eslint .", "test": "jest --forceExit --detectOpenHandles", "test:watch": "jest --watch" }, "keywords": [ "ditto", "eclipse", "eclipseditto", "client", "iot", "node", "commonjs", "cjs", "nodejs" ], "gitHead": "962c05d1be5dcccc95ab3a4e5e4e63854e1e4d9e" }