UNPKG

@defra-fish/dynamics-lib

Version:

Framework to support integration with dynamics

48 lines (47 loc) 1.04 kB
{ "name": "@defra-fish/dynamics-lib", "version": "1.59.0", "description": "Framework to support integration with dynamics", "type": "module", "engines": { "node": ">=18.17" }, "keywords": [ "rod", "licensing", "dynamics" ], "author": "DEFRA", "license": "SEE LICENSE IN LICENSE", "main": "src/index.js", "directories": { "lib": "src", "test": "__tests__" }, "files": [ "src" ], "repository": { "type": "git", "url": "git://github.com/DEFRA/rod-licensing.git", "directory": "packages/dynamics-lib" }, "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "cache-manager": "^3.6.0", "cache-manager-ioredis": "^2.1.0", "debug": "^4.3.3", "dynamics-web-api": "1.7.3", "joi": "^17.6.0", "moment": "^2.29.1", "pluralize": "^8.0.0", "simple-oauth2": "^4.3.0", "uuid": "^8.3.2" }, "gitHead": "7f934492bccda12b994f54e70821c8ef283688ec" }