@defra/wls-eps-web-service
Version:
The web service for wildlife licencing of European Protected Species
69 lines (68 loc) • 1.85 kB
JSON
{
"name": "@defra/wls-eps-web-service",
"version": "12.4.0-alpha.0",
"description": "The web service for wildlife licencing of European Protected Species",
"main": "src/web-service.js",
"type": "module",
"exports": "./dist/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=14"
},
"scripts": {
"postinstall": "node_modules/gulp/bin/gulp.js build",
"start": "nodemon -e js,njk,json src/web-service.js",
"dev": "nodemon -r dotenv/config -e js,njk,json src/web-service.js",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"keywords": [
"Wildlife",
"Licencing",
"Webservice"
],
"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-powerapps-keys": "^12.3.17-alpha.0",
"@hapi/boom": "^9.1.4",
"@hapi/crumb": "^9.0.0",
"@hapi/hapi": "^20.2.1",
"@hapi/inert": "^6.0.4",
"@hapi/lab": "^24.4.0",
"@hapi/vision": "^6.1.0",
"accessible-autocomplete": "^2.0.4",
"clamscan": "^2.1.2",
"date-fns": "^2.29.3",
"debug": "^4.3.3",
"del": "^6.0.0",
"disinfect": "^2.0.0",
"dotenv": "^16.0.0",
"find": "^0.3.0",
"got": "^11.8.3",
"govuk-frontend": "^3.14.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"joi": "^17.5.0",
"nunjucks": "^3.2.3",
"path": "^0.12.7",
"sass": "^1.44.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"esm": "^3.2.25",
"nodemon": "^2.0.15"
},
"gitHead": "c27fbb30c91cc46713c8d0990012b19e3a5f6b27"
}