UNPKG

dood-stream-client

Version:

🚀 A feature-rich client for the DoodStream API with caching, logging, and error handling

53 lines (52 loc) • 1.21 kB
{ "name": "dood-stream-client", "version": "1.0.2", "description": "🚀 A feature-rich client for the DoodStream API with caching, logging, and error handling", "module": "dist/index.js", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "README.md" ], "scripts": { "build": "bun build ./src/index.ts --outdir ./dist --target node", "test": "bun test", "lint": "eslint src/**/*.ts", "lint:fix": "eslint --fix src/**/*.ts", "prepublishOnly": "bun run build" }, "keywords": [ "doodstream", "video", "streaming", "api", "client", "typescript" ], "author": "", "license": "MIT", "devDependencies": { "@types/bun": "latest", "@types/jest": "^29.5.10", "@types/node": "^20.9.4", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "eslint": "^8.54.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.2" }, "dependencies": { "axios": "^1.6.2", "node-cache": "^5.1.2", "winston": "^3.11.0" }, "peerDependencies": { "typescript": "^5.0.0" }, "engines": { "node": ">=14.0.0" } }