{
  "name": "airalo-sdk-type",
  "version": "0.0.6",
  "description": "UNOFFICIAL AIRALO API INTEGRATION FOR JAVASCRIPT/TYPESCRIPT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "test": "jest",
    "build-ts": "npx tsc",
    "build": "npx tsc",
    "debug": "npm run build && npm run watch-debug",
    "lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/togtokh-dev/airalo.git"
  },
  "keywords": [
    "benefits",
    "axios",
    "api",
    "toki"
  ],
  "author": "Buyantogtokh",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/togtokh-dev/airalo/issues"
  },
  "homepage": "https://github.com/togtokh-dev/airalo/#readme",
  "dependencies": {
    "axios": "^1.6.2",
    "axios-master": "^2.0.4",
    "https": "^1.0.0",
    "node": "^23.4.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^18.19.68",
    "@typescript-eslint/eslint-plugin": "^6.4.0",
    "@typescript-eslint/parser": "^6.4.0",
    "eslint": "^8.47.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.2",
    "tslib": "^2.6.3",
    "typescript": "^5.5.4"
  }
}
