@corvina/device-client
Version:
Corvina NodeJS Device Client
109 lines (108 loc) • 3.11 kB
JSON
{
"name": "@corvina/device-client",
"version": "1.4.10",
"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://bitbucket.org/exorint/corvina-device-sdk-node.git"
},
"bugs": {
"url": "https://bitbucket.org/exorint/corvina-device-sdk-node.git"
},
"homepage": "https://bitbucket.org/exorint/corvina-device-sdk-node/src/master/app/libs/device-client/",
"dependencies": {
"@nestjs/common": "^9.0.3",
"@nestjs/config": "^2.2.0",
"axios": "^0.27.2",
"bson": "^4.6.4",
"d3-ease": "^1.0.5",
"dotenv": "^16.0.1",
"lodash": "^4.17.21",
"mqtt": "^5.3.5",
"mustache": "^4.2.0",
"passport": "^0.5.2",
"passport-headerapikey": "^1.2.2",
"pem": "^1.14.8",
"pino": "^8.1.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "^7.4.0",
"ws": "^8.5.0",
"x509.js": "^1.0.0"
},
"devDependencies": {
"@nestjs/cli": "^9.0.0",
"@types/express": "^4.17.13",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.1",
"@types/supertest": "^2.0.11",
"@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": "^27.3.0",
"nodemon": "^2.0.15",
"prettier": "^2.4.1",
"source-map-support": "^0.5.20",
"supertest": "^6.2.4",
"ts-jest": "^27.0.7",
"ts-node": "^10.3.0",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.7.4"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": "../",
"testRegex": ".spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "./coverage",
"testEnvironment": "node"
},
"gitHead": "1d644d971d754930338e0e02ddde521fb05c7f56"
}