{
  "name": "@vista.io/vista-api-client",
  "version": "0.8.0",
  "description": "NodeJS implementation of the Vista API.",
  "type": "module",
  "homepage": "https://www.app.govista.io/",
  "main": "./dist/vista",
  "exports": {
    "types": "./dist/vista.d.ts",
    "require": "./dist/vista.cjs",
    "import": "./dist/vista.js"
  },
  "scripts": {
    "clean": "rm -rf dist/*",
    "build": "yarn clean && rollup -c",
    "lint": "eslint . --ext .ts",
    "test": "mocha && yarn lint"
  },
  "dependencies": {
    "@types/js-yaml": "^4.0.5",
    "@types/node": "^18.0.6",
    "axios": "^0.21.3",
    "fetch": "^1.1.0",
    "fs": "^0.0.1-security",
    "js-yaml": "^4.1.0",
    "node-fetch": "^3.2.9",
    "rollup-plugin-dts": "^4.2.0",
    "underscore": "^1.13.1"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/plugin-transform-runtime": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/register": "^7.17.0",
    "@babel/runtime": "^7.15.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-typescript": "^8.3.1",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.13.0",
    "core-js": "^3.18.2",
    "eslint": "^8.10.0",
    "expect.js": "^0.3.1",
    "mocha": "^9.2.0",
    "npm": "^7.21.0",
    "rollup": "^2.58.0",
    "ts-node": "^10.4.0",
    "tslib": "^2.3.1",
    "typescript": "^4.5.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siddhantdange/vista-clients.git"
  },
  "keywords": [
    "vista",
    "authz",
    "permissions",
    "vista-authz",
    "vistaio"
  ],
  "author": "Sid Dange",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/siddhantdange/vista-clients/issues"
  }
}
