UNPKG

@defra-fish/business-rules-lib

Version:

Shared business rules for the rod licensing digital services

42 lines (41 loc) 880 B
{ "name": "@defra-fish/business-rules-lib", "version": "1.59.0", "description": "Shared business rules for the rod licensing digital services", "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/business-rules-lib" }, "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "joi": "^17.6.0", "moment": "^2.29.1", "uuid": "^8.3.2" }, "gitHead": "7f934492bccda12b994f54e70821c8ef283688ec" }