@defra-fish/business-rules-lib
Version:
Shared business rules for the rod licensing digital services
42 lines (41 loc) • 875 B
JSON
{
"name": "@defra-fish/business-rules-lib",
"version": "1.68.0",
"description": "Shared business rules for the rod licensing digital services",
"type": "module",
"engines": {
"node": ">=20"
},
"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.13.3",
"moment": "2.29.1",
"uuid": "8.3.2"
},
"gitHead": "06c0080280b167f83b426a645e187c819390de4b"
}