UNPKG

@corvina/device-example

Version:
61 lines (60 loc) 1.93 kB
{ "name": "@corvina/device-example", "version": "1.5.14", "description": "Corvina Device Example based on @corvina/device-client", "author": "arrigo.zanette@corvina.io", "license": "MIT", "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", "main": "./dist/main.js", "exports": { ".": { "default": "./dist/main.js" }, "./package.json": "./package.json", "./bin/corvina-device-example": "./bin/corvina-device-example.js" }, "scripts": { "build": "tsc -b ./tsconfig.app.json", "prebuild": "rimraf dist", "start": "nest start", "start:dev": "tsc -b ./tsconfig.app.json && nest start", "start:debug": "tsc-watch -b ./tsconfig.app.json --onSuccess \"nest start\"", "start:prod": "node dist/main" }, "dependencies": { "@corvina/device-client": "^1.5.14", "@nestjs/common": "^11.1.15", "@nestjs/config": "^4.0.3", "@nestjs/core": "^11.1.15", "@nestjs/platform-express": "^11.1.15", "@nestjs/swagger": "^11.2.6", "@nestjs/terminus": "^11.1.1", "axios": "^1.13.6", "nestjs-pino": "^4.6.0", "pino": "^10.3.1", "pino-http": "^11.0.0", "reflect-metadata": "^0.2.2", "rxjs": "^7.8.2" }, "devDependencies": { "@nestjs/cli": "^11.0.16", "tsc-watch": "^7.2.0", "typescript": "^5.9.3" }, "keywords": [ "corvina", "iot" ], "bin": "./bin/corvina-device-example.js", "gitHead": "36ebda7e17141d797130713a370bb5981d43df88" }