UNPKG

@janiscommerce/client-creator

Version:

A package that wraps all the client creation in Janis Services

58 lines (57 loc) 1.73 kB
{ "name": "@janiscommerce/client-creator", "version": "7.1.0", "description": "A package that wraps all the client creation in Janis Services", "main": "lib/index.js", "scripts": { "test": "export TEST_ENV=true; mocha --exit -R nyan --recursive tests/", "test-ci": "nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/", "watch-test": "export TEST_ENV=true; mocha --exit -R nyan -w --recursive tests/", "coverage": "nyc npm test", "lint": "eslint lib/ tests/", "prepare": "husky install" }, "repository": { "type": "git", "url": "https://github.com/janis-commerce/client-creator.git" }, "keywords": [ "janis", "microservices", "client" ], "author": "Janis", "license": "ISC", "homepage": "https://github.com/janis-commerce/client-creator.git#readme", "devDependencies": { "@janiscommerce/api-test": "^6.0.0", "@janiscommerce/event-listener-test": "^5.0.0", "aws-sdk-client-mock": "^4.1.0", "eslint": "^8.57.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.31.0", "husky": "^8.0.3", "mocha": "^10.2.0", "mock-require": "^3.0.3", "nyc": "^15.1.0", "sinon": "^16.1.3" }, "files": [ "lib/" ], "directories": { "test": "tests" }, "dependencies": { "@aws-sdk/client-ssm": "^3.693.0", "@janiscommerce/api": "^8.0.3", "@janiscommerce/api-session": "^3.4.0", "@janiscommerce/aws-secrets-manager": "^1.1.1", "@janiscommerce/event-listener": "^5.0.2", "@janiscommerce/lambda": "^6.2.3", "@janiscommerce/model": "^8.8.0", "@janiscommerce/settings": "^1.0.1", "@janiscommerce/superstruct": "^1.2.1", "lllog": "^1.1.2" } }