@corvina/device-client
Version:
Corvina NodeJS Device Client
108 lines (107 loc) • 3.07 kB
JSON
{
"name": "@corvina/device-client",
"version": "1.5.14",
"description": "Corvina NodeJS Device Client",
"author": "arrigo.zanette@corvina.io",
"license": "MIT",
"files": [
"dist/**/*",
"*.md"
],
"main": "index.js",
"exports": {
".": "./dist/index.js",
"./": "./dist/",
"./device.module": "./dist/device.module.js"
},
"types": "index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*"
]
}
},
"scripts": {
"start:dev": "tsc -w",
"build": "nest build",
"prepare": "yarn run build",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json -c tslint.json",
"test": "jest --runInBand --detectOpenHandles",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"keywords": [
"corvina",
"iot"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Corvina-R-D/corvina-device-sdk-node"
},
"bugs": {
"url": "https://github.com/Corvina-R-D/corvina-device-sdk-node"
},
"homepage": "https://github.com/Corvina-R-D/corvina-device-sdk-node/tree/master/app/apps/example",
"dependencies": {
"@nestjs/common": "^11.1.15",
"@nestjs/config": "^4.0.3",
"@nestjs/core": "^11.1.15",
"@nestjs/swagger": "^11.2.6",
"axios": "^1.13.6",
"bson": "^4.7.0",
"d3-ease": "^1.0.5",
"dotenv": "^17.3.1",
"lodash": "^4.17.23",
"mqtt": "^5.15.0",
"mqtt-jsonl-store": "^0.3.1",
"mqtt-level-store": "^3.1.0",
"mustache": "^4.2.0",
"pem": "^1.14.8",
"pino": "^10.3.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"ws": "^8.19.0",
"x509.js": "^1.0.0"
},
"devDependencies": {
"@nestjs/cli": "^11.0.16",
"@types/express": "^5.0.6",
"@types/jest": "^30",
"@types/node": "^22",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"chai": "^4.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^30.3.0",
"prettier": "^3.8.1",
"rimraf": "^6.1.3",
"source-map-support": "^0.5.21",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.9.3"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "../",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "./coverage",
"testEnvironment": "node"
},
"gitHead": "36ebda7e17141d797130713a370bb5981d43df88"
}