{
  "name": "@tryvital/vital-node",
  "version": "1.4.6",
  "description": "Node client for Vital",
  "author": "maitham",
  "keywords": [
    "vital",
    "node",
    "typescript",
    "wearables data"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "build": "tsc --outDir dist/",
    "prepublishOnly": "npm run build",
    "test": "env TS_NODE_PROJECT=\"tsconfig.testing.json\" mocha --require ts-node/register './test/**/*.ts'",
    "test-typescript": "tsc --build types/test",
    "test-client": "jest --config jest.config.js",
    "test-single": "jest --config -i __tests__/user.test.ts jest.config.js",
    "lint": "eslint --ext .js,.jsx,.ts ."
  },
  "dependencies": {
    "auth0": "^2.35.1",
    "axios": ">=0.21.2",
    "axios-retry": "^3.2.4",
    "crypto": "^1.0.1",
    "svix": "0.64.2"
  },
  "devDependencies": {
    "@testdeck/mocha": "^0.1.2",
    "@types/jest": "^27.4.1",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.6.1",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "chai": "~4.2.0",
    "chai-as-promised": "~7.1.1",
    "coveralls": "^3.0.0",
    "dotenv": "^16.0.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^4.3.0",
    "eslint-plugin-chai-friendly": "^0.4.0",
    "eslint-plugin-import": "^2.24.0",
    "eslint-plugin-prettier": "^3.4.0",
    "esm": "^3.2.25",
    "jest": "^27.5.1",
    "mocha": "^9.2.0",
    "mocha-junit-reporter": "^2.0.2",
    "nock": "^13.1.1",
    "nyc": "^15.1.0",
    "prettier": "^2.3.2",
    "ts-jest": "^27.1.3",
    "ts-node": "^10.2.0",
    "typescript": "^4.3.5"
  }
}