UNPKG

@defra-fish/dynamics-lib

Version:

Framework to support integration with dynamics

48 lines (47 loc) 1.03 kB
{ "name": "@defra-fish/dynamics-lib", "version": "1.71.0", "description": "Framework to support integration with dynamics", "type": "module", "engines": { "node": ">=22" }, "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.13.3", "moment": "2.29.1", "pluralize": "8.0.0", "simple-oauth2": "4.3.0", "uuid": "8.3.2" }, "gitHead": "c98333798083660981c89770737986df4129365b" }