UNPKG

@mcma/client

Version:

Node module with classes and functions used to access services in an MCMA environment

45 lines (44 loc) 1.15 kB
{ "name": "@mcma/client", "version": "1.0.0", "description": "Node module with classes and functions used to access services in an MCMA environment", "engines": { "node": ">=18.0.0" }, "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/ebu/mcma-libraries/mcma-core-nodejs.git" }, "keywords": [ "ebu", "mcma" ], "author": "Joost Rovers <joost@rovers.pt>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ebu/mcma-libraries/mcma-client-nodejs/issues" }, "homepage": "https://github.com/ebu/mcma-libraries/mcma-client-nodejs#readme", "dependencies": { "axios": "^1.7.9" }, "peerDependencies": { "@mcma/core": "1.0.0", "@mcma/secrets": "1.0.0" }, "devDependencies": { "@mcma/core": "1.0.0", "@mcma/secrets": "1.0.0", "@types/node": "^22.10.1", "jasmine": "^5.5.0" } }