UNPKG

@defra/wls-eps-api

Version:

The API to support the wildlife licencing of European Protected Species

53 lines (52 loc) 1.35 kB
{ "name": "@defra/wls-eps-api", "version": "1.1.4", "description": "The API to support the wildlife licencing of European Protected Species", "main": "src/eps-api-service.js", "type": "module", "private": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=14" }, "scripts": { "start": "node src/eps-api-service.js", "test": "echo \"Error: run tests from root\" && exit 1", "postinstall": "npx webpack-cli" }, "keywords": [ "API", "Wildlife", "Licencing" ], "author": "Graham Willis", "license": "SEE LICENSE IN LICENCE", "repository": { "type": "git", "url": "https://github.com/DEFRA/wildlife-licencing.git" }, "dependencies": { "@aws-sdk/client-secrets-manager": "^3.42.0", "@defra/wls-connectors-lib": "^1.1.1", "@hapi/hapi": "^20.2.1", "@hapi/inert": "^6.0.4", "@hapi/vision": "^6.1.0", "module-1": "^0.0.0", "openapi-backend": "^5.0.0", "sequelize": "^6.12.0-alpha.1", "swagger-ui": "^4.1.0", "uuid": "^8.3.2" }, "devDependencies": { "css-loader": "^6.5.1", "html-webpack-plugin": "^5.5.0", "json-loader": "^0.5.7", "style-loader": "^3.3.1", "webpack": "^5.64.0", "webpack-cli": "^4.9.1", "yaml-loader": "^0.6.0" }, "gitHead": "5f012a49493d6a67470fc1536056d23e7706c57b" }