UNPKG

astrobaba-astro-engine-sdk

Version:

Official Node.js SDK for AstroBaba Astro Engine - Professional Vedic Astrology API with automatic retry logic and comprehensive error handling

52 lines (51 loc) 1.23 kB
{ "name": "astrobaba-astro-engine-sdk", "version": "1.0.0", "description": "Official Node.js SDK for AstroBaba Astro Engine - Professional Vedic Astrology API with automatic retry logic and comprehensive error handling", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "astrology", "vedic", "astrobaba", "kundli", "horoscope", "panchang", "dasha", "matching", "kp-astrology", "birth-chart", "sdk", "api-client" ], "author": "AstroBaba <support@astrobaba.com> (https://astrobaba.com)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/astrobaba-app/astro-engine-sdk.git" }, "bugs": { "url": "https://github.com/astrobaba-app/astro-engine-sdk/issues" }, "homepage": "https://github.com/astrobaba-app/astro-engine-sdk#readme", "engines": { "node": ">=14.0.0" }, "dependencies": { "axios": "^1.6.0" }, "devDependencies": {}, "files": [ "index.js", "index.d.ts", "lib/", "README.md", "LICENSE" ], "directories": { "lib": "lib" } }