UNPKG

captivate-fm-api-client

Version:

A Node.js client for the Captivate.fm API. Upload media, create episodes, and manage authentication.

42 lines (41 loc) 1.19 kB
{ "name": "captivate-fm-api-client", "version": "0.2.1", "description": "A Node.js client for the Captivate.fm API. Upload media, create episodes, and manage authentication.", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "exports": { "require": "./dist/index.cjs.js", "import": "./dist/index.esm.js" }, "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build", "test": "jest --watch --config jest.config.js" }, "keywords": [ "captivate", "podcast", "api", "client", "uploader", "episodes", "node" ], "author": "Nate Tanner", "license": "MIT", "dependencies": { "axios": "^1.6.0", "form-data": "^4.0.0", "moment": "^2.30.1", "moment-timezone": "^0.5.48" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.0.0", "jest": "^29.7.0", "rollup": "^4.0.0" }, "packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538" }