UNPKG

nest-influxdb

Version:

InfluxDB module for Nest based on the official [InfluxDb package](https://yarnpkg.com/en/package/influx).

38 lines (37 loc) 873 B
{ "name": "nest-influxdb", "version": "0.0.3", "main": "./dist/index.js", "repository": "https://github.com/vlzh/nest-influxdb", "author": "vlzh", "license": "MIT", "scripts": { "build": "tsc --declaration --declarationMap", "start": "tsc --watch" }, "keywords": [ "nest", "nestjs", "influx", "influxdb", "tsdb", "metrics", "logging" ], "dependencies": {}, "devDependencies": { "@nestjs/common": "^6.8.3", "@typescript-eslint/eslint-plugin": "^2.3.3", "@typescript-eslint/parser": "^2.3.3", "eslint": "^6.5.1", "influx": "^5.4.2", "typescript": "^3.6.4" }, "peerDependencies": { "@nestjs/common": "^6.8.3", "influx": "^5.4.2" }, "prettier": { "tabWidth": 4 } }