@defra-fish/sales-api-service
Version:
Rod Licensing Sales API
57 lines (56 loc) • 1.32 kB
JSON
{
"name": "@defra-fish/sales-api-service",
"version": "1.71.0",
"description": "Rod Licensing Sales API",
"type": "module",
"engines": {
"node": ">=22"
},
"keywords": [
"rod",
"licensing",
"sales",
"api"
],
"author": "DEFRA",
"license": "SEE LICENSE IN LICENSE",
"main": "src/sales-api-service.js",
"directories": {
"lib": "src",
"test": "__tests__"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/DEFRA/rod-licensing.git",
"directory": "packages/sales-api-service"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "node src/sales-api-service.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@defra-fish/business-rules-lib": "1.71.0",
"@defra-fish/connectors-lib": "1.71.0",
"@defra-fish/dynamics-lib": "1.71.0",
"@hapi/boom": "9.1.2",
"@hapi/hapi": "20.1.3",
"@hapi/inert": "6.0.3",
"@hapi/vision": "6.1.0",
"debug": "4.3.3",
"dot-prop": "6.0.1",
"hapi-and-healthy": "7.0.7",
"hapi-swagger": "14.2.5",
"ioredis": "4.28.5",
"joi": "17.13.3",
"moment": "2.29.1",
"moment-timezone": "0.5.34",
"uuid": "8.3.2"
},
"gitHead": "c98333798083660981c89770737986df4129365b"
}