{
  "name": "influxdb-lite",
  "version": "1.1.0",
  "description": "A light-weight library to write data to InfluxDB",
  "main": "./src/index.js",
  "types": "./src/index.d.ts",
  "bin": {
    "influxdb-lite": "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/test-results-reporter/influxdb-lite.git"
  },
  "keywords": [
    "influx",
    "influxdb",
    "v1",
    "cli"
  ],
  "author": "Anudeep <asa.anudeep4@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/test-results-reporter/influxdb-lite/issues"
  },
  "homepage": "https://github.com/test-results-reporter/influxdb-lite#readme",
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "phin-retry": "2.0.0",
    "sade": "^1.8.1"
  },
  "devDependencies": {
    "c8": "^7.3.0",
    "pactum": "^3.1.9",
    "uvu": "^0.3.3"
  }
}
