@defra-fish/sales-api-service
Version:
Rod Licensing Sales API
57 lines (56 loc) • 1.33 kB
JSON
{
"name": "@defra-fish/sales-api-service",
"version": "1.59.0",
"description": "Rod Licensing Sales API",
"type": "module",
"engines": {
"node": ">=18.17"
},
"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.59.0",
"@defra-fish/connectors-lib": "1.59.0",
"@defra-fish/dynamics-lib": "1.59.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.6.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"uuid": "^8.3.2"
},
"gitHead": "7f934492bccda12b994f54e70821c8ef283688ec"
}