@corvina/device-example
Version:
Corvina Device Example base on @corvina/device-client
64 lines (63 loc) • 2.04 kB
JSON
{
"name": "@corvina/device-example",
"version": "1.4.10",
"description": "Corvina Device Example base on @corvina/device-client",
"author": "arrigo.zanette@corvina.io",
"license": "MIT",
"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/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",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage"
},
"dependencies": {
"@corvina/device-client": "^1.4.10",
"@nestjs/common": "^9.0.3",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.3",
"@nestjs/platform-express": "^9.0.3",
"@nestjs/swagger": "^6.0.3",
"@nestjs/terminus": "^9.0.0",
"@nestjs/testing": "^9.0.3",
"axios": "^0.27.2",
"nestjs-pino": "^2.6.0",
"pino-http": "^8.1.1"
},
"keywords": [
"corvina",
"iot"
],
"bin": "./bin/corvina-device-example.js",
"devDependencies": {
"@nestjs/cli": "^9.2.0",
"pino-pretty": "^8.1.0",
"supertest": "^6.2.4",
"tsc-watch": "^5.0.3",
"typescript": "^4.7.4"
},
"gitHead": "1d644d971d754930338e0e02ddde521fb05c7f56"
}