UNPKG

influxdb-v1

Version:

A light-weight library to write data to InfluxDB v1

46 lines (45 loc) 998 B
{ "name": "influxdb-v1", "version": "1.0.4", "description": "A light-weight library to write data to InfluxDB v1", "main": "./src/index.js", "types": "./src/index.d.ts", "bin": { "influxdb-v1": "src/cli.js" }, "files": [ "/src" ], "scripts": { "test": "uvu tests", "coverage": "c8 --include=src npm test && c8 report --reporter=text-lcov > coverage/lcov.info" }, "repository": { "type": "git", "url": "git+https://github.com/ASaiAnudeep/influxdb-v1.git" }, "keywords": [ "influx", "influxdb", "v1", "cli" ], "author": "Anudeep <asa.anudeep4@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ASaiAnudeep/influxdb-v1/issues" }, "homepage": "https://github.com/ASaiAnudeep/influxdb-v1#readme", "engines": { "node": ">=8" }, "dependencies": { "phin-retry": "^1.0.3", "sade": "^1.8.1" }, "devDependencies": { "c8": "^7.3.0", "pactum": "^3.1.9", "uvu": "^0.3.3" } }