UNPKG

@defra/wls-api

Version:

The API to support the wildlife licencing of European Protected Species

57 lines (56 loc) 1.64 kB
{ "name": "@defra/wls-api", "version": "12.4.0-alpha.0", "description": "The API to support the wildlife licencing of European Protected Species", "main": "src/api-service.js", "type": "module", "private": false, "publishConfig": { "access": "public" }, "engines": { "node": ">=16.13.0" }, "scripts": { "start": "node src/api-service.js", "dev": "nodemon -r dotenv/config src/api-service.js", "test": "echo \"Error: run tests from root\" && exit 1", "postinstall": "if [ \"${NODE_ENV:-development}\" == \"development\" ]; then npx webpack-cli; else echo no webpack build; fi;" }, "keywords": [ "API", "Wildlife", "Licencing" ], "author": "Graham Willis", "license": "SEE LICENSE IN LICENCE", "repository": { "type": "git", "url": "https://github.com/DEFRA/wildlife-licencing.git" }, "dependencies": { "@defra/wls-connectors-lib": "^12.3.16-alpha.0", "@defra/wls-database-model": "^12.3.17-alpha.0", "@defra/wls-powerapps-keys": "^12.3.17-alpha.0", "@defra/wls-queue-defs": "^12.3.17-alpha.0", "@hapi/hapi": "^20.2.1", "@hapi/inert": "^6.0.4", "@hapi/vision": "^6.1.0", "argon2": "^0.30.1", "dotenv": "^10.0.0", "openapi-backend": "^5.0.0", "sequelize": "^6.12.5", "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": "c27fbb30c91cc46713c8d0990012b19e3a5f6b27" }