UNPKG

@putdotio/api-client

Version:

JavaScript SDK for interacting with the put.io API.

71 lines (70 loc) 1.58 kB
{ "author": "put.io <ui@put.io>", "bugs": { "url": "https://github.com/putdotio/putio-js/issues" }, "dependencies": { "axios": "^0.21.1", "event-emitter": "^0.3.5", "js-base64": "2.6.3", "qs": "^6.10.3", "urijs": "^1.19.7" }, "description": "JavaScript SDK for interacting with the put.io API.", "devDependencies": { "@putdotio/prettier-config": "^1.0.0", "@types/event-emitter": "^0.3.3", "@types/js-base64": "2.3.1", "@types/qs": "^6.9.7", "@types/urijs": "^1.19.18", "@types/uuid": "^8.3.4", "husky": "^4.2.5", "tsdx": "^0.14.1", "tslib": "^2.3.1", "typescript": "4.5.5" }, "engines": { "node": ">=10" }, "files": [ "dist", "src" ], "homepage": "https://github.com/putdotio/putio-js", "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "keywords": [ "putio", "put.io", "sdk" ], "license": "MIT", "main": "dist/index.js", "module": "dist/api-client.esm.js", "name": "@putdotio/api-client", "prettier": "@putdotio/prettier-config", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/putdotio/putio-js.git" }, "resolutions": { "**/@typescript-eslint/eslint-plugin": "5.10.2", "**/@typescript-eslint/parser": "5.10.2" }, "scripts": { "build": "tsdx build", "lint": "tsdx lint", "prepare": "tsdx build", "start": "tsdx watch", "test": "tsdx test", "tsc": "tsc --noEmit" }, "typings": "dist/index.d.ts", "version": "8.49.0" }