{
  "name": "reduct-js",
  "version": "1.14.0",
  "description": "ReductStore Client SDK for Javascript/NodeJS/Typescript",
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "scripts": {
    "test": "jest --runInBand",
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "lint": "eslint . --ext .ts",
    "fmt": "prettier --write .",
    "fmt:check": "prettier --check .",
    "pretest": "npm run tsc",
    "prepublishOnly": "npm run tsc"
  },
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reductstore/reduct-js.git"
  },
  "keywords": [
    "reductstorre",
    "time-series",
    "sdk",
    "http-api",
    "http-client"
  ],
  "author": "Alexey Timin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reductstore/reduct-js/issues"
  },
  "homepage": "https://www.reduct.store",
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-typescript": "^7.16.7",
    "@types/jest": "^27.4.1",
    "@types/md5": "^2.3.2",
    "@types/sjcl": "^1.0.30",
    "@typescript-eslint/eslint-plugin": "^5.19.0",
    "@typescript-eslint/parser": "^5.19.0",
    "babel-jest": "^27.5.1",
    "eslint": "^8.13.0",
    "eslint-config-prettier": "^9.1.0",
    "it-all": "^1.0.6",
    "jest": "^27.5.1",
    "jest-config": "^27.5.1",
    "md5": "^2.3.0",
    "prettier": "^3.2.5",
    "sync-request": "^6.1.0",
    "ts-jest": "^27.1.4",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "axios": "^0.27.2",
    "json-bigint": "^1.0.0"
  }
}
