{
  "name": "neru-alpha",
  "type": "module",
  "version": "5.1.0",
  "description": "",
  "main": "dist/cjs/neru.js",
  "module": "dist/esm/neru.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nexmoinc/neru-sdk.git"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "exports": {
    ".": {
      "node": {
        "module": "./dist/esm/neru.js",
        "require": "./dist/cjs/neru.js",
        "import": "./dist/esm/neru.js"
      },
      "default": "./dist/cjs/neru.js"
    }
  },
  "scripts": {
    "test": "jest",
    "test-cov": "jest --coverage",
    "build": "./build.sh",
    "build:watch": "watch 'npm run build' ./src",
    "format": "prettier --write --ignore-unknown .",
    "publish:test": "npm pack",
    "generate:exports": "find src -type f -name '*.ts' > exports.ts"
  },
  "dependencies": {
    "agentkeepalive": "^4.2.1",
    "axios": "^1.2.1",
    "express": "^4.17.2",
    "form-data": "^4.0.0",
    "jsonwebtoken": "^9.0.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@types/express": "^4.17.12",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.3.9",
    "@types/uuid": "^8.3.0",
    "dotenv": "^16.0.3",
    "husky": "^7.0.4",
    "jest": "^29.3.1",
    "jest-ts-webcompat-resolver": "^1.0.0",
    "prettier": "^2.3.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.5",
    "watch": "^1.0.2"
  }
}
