{

"private": true,
"name": "utls",
"version": "2021.1.22",
"description": "J1 Template Utility Server",
"homepage": "https://jekyll.one",
"author": {
  "name": "Juergen Adams",
  "email": "jadams@jekyll.one",
  "url": "https://jekyll.one"
},
"license": "MIT",
"bugs": {
  "url": "https://jekyll.one"
},
"engines": {
  "node": ">=10.0",
  "npm": ">=6.0",
  "yarn": ">=1.6"
},
"utilsrv": {
  "enabled": "true"
},
"scripts": {
  "clean": "shx rm -f *.lock && shx rm -f package-lock.json",
  "start": "run-p -s utilsrv-run",
  "app": "run-p -s utilsrv",
  "develop": "run-p -s utilsrv",
  "site": "run-p -s utilsrv",
  "utilsrv": "cross-env UTILSRV_ENABLED=$npm_package_utilsrv_enabled if-env UTILSRV_ENABLED=true && run-p -s utilsrv-run || run-p -s utilsrv-exit",
  "utilsrv-run": "echo Startup UTILSRV .. && node server.js",
  "utilsrv-exit": "echo UTILSRV disabled. Not started."
},
"dependencies": {
  "body-parser": "^1.19.0",
  "cors": "^2.8.5",
  "cross-env": "^7.0.3",
  "cross-var": "^1.1.0",
  "dotenv": "^2.0.0",
  "express": "^4.15.2",
  "fs": "0.0.1-security",
  "if-env": "^1.0.4",
  "js-yaml": "^4.0",
  "lite-url": "^1.0.5",
  "log4js": "^6.3.0",
  "moment": "^2.24.0",
  "node-cron": "^3.0.0",
  "npm-run-all": "^4.1.5",
  "randomstring": "^1.1.5",
  "shx": "^0.3.3",
  "simple-git": "^1.113.0",
  "simple-oauth2": "^1.6.0",
  "sprintf-js": "^1.1.2",
  "touch": "^3.1.0"
}

}