{
  "name": "@api.video/nodejs-client",
  "version": "2.6.8",
  "description": "api.video nodejs API client",
   "keywords": [
    "api.video",
    "api",
    "video",
    "client"
  ],
  "homepage": "https://github.com/apivideo/api.video-nodejs-client#readme",
  "bugs:": "https://github.com/apivideo/api.video-nodejs-client/issues",
  "license": "MIT",
  "author": "api.video <ecosystem@api.video> (https://api.video/)",
  "repository": {
    "type": "git",
    "url": "https://github.com/apivideo/api.video-nodejs-client"
  },
  "main": "lib/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "src/",
    "lib/",
    "dist/",
    "doc/",
    "test/sandbox.spec.ts",
    "tsconfig.json"
  ],
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist && rm -rf lib",
    "test": "jest",
    "eslint": "eslint 'src/**/*.ts' 'test/**/*.ts'",
    "prettier": "prettier --ignore-path .gitignore --write \"**/*.ts\" && npx eslint src/ test/ --fix",
    "postinstall": "node -e \"const { execSync } = require('child_process'); const { existsSync } = require('fs'); if (!existsSync('lib')) execSync('npm run build', { stdio: 'inherit' });\""
  },
  "dependencies": {
    "axios": "^1.4.0",
    "js-base64": "^3.7.5"
  },
  "devDependencies": {
    "@tsconfig/node14": "^14.1.0",
    "@types/node": "^20.3.3",
    "@typescript-eslint/eslint-plugin": "^5.61.0",
    "@typescript-eslint/parser": "^5.61.0",
    "eslint": "^8.44.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-unused-imports": "^2.0.0",
    "@types/jest": "^29.5.2",
    "jest": "^29.6.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.1.6",
    "prettier": "^2.8.8"
  }
}
