UNPKG

axios-inference-polling

Version:

A package for polling the inference status until it is completed.

39 lines (38 loc) 915 B
{ "name": "axios-inference-polling", "version": "1.1.3", "description": "A package for polling the inference status until it is completed.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/Abdulrehman-Jafer/Axios-Inference-Polling.git" }, "keywords": [ "Axios", "inference", "polling", "js", "ts" ], "author": "Abdulrehman-Jafer", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/Abdulrehman-Jafer/Axios-Inference-Polling/issues" }, "homepage": "https://github.com/Abdulrehman-Jafer/Axios-Inference-Polling#readme", "files": [ "dist" ], "devDependencies": { "@types/node": "^24.1.0", "typescript": "^5.8.3" }, "dependencies": { "axios": "^1.11.0" } }