X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=5a6ae3309a8ef59c4939f2f93102939853624065;hb=ecb3869d21232120be79a873a9c81a1dbc902a9b;hp=942ad001de9980ef14430fcbb194483ea06ebe70;hpb=efdd19228b996d429acfdef7e929baa4fa3f9d81;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 942ad001..5a6ae330 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e-mobility-charging-stations-simulator", - "version": "1.1.66", + "version": "1.1.68", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" @@ -47,7 +47,8 @@ }, "scripts": { "prepare": "node prepare.js", - "prestart": "npm run build", + "build-requirements": "node build-requirements.js", + "prestart": "npm run build-requirements && npm run build", "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.cjs", "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.cjs", "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.cjs", @@ -88,6 +89,7 @@ "ajv-formats": "^2.1.1", "basic-ftp": "^5.0.1", "chalk": "^4.1.2", + "http-status-codes": "^2.2.0", "mnemonist": "^0.39.2", "moment": "^2.29.4", "mongodb": "^4.9.0", @@ -99,7 +101,7 @@ "uuid": "^8.3.2", "winston": "^3.8.1", "winston-daily-rotate-file": "^4.7.1", - "ws": "^8.8.0" + "ws": "^8.8.1" }, "optionalDependencies": { "bufferutil": "^4.0.6", @@ -112,24 +114,24 @@ "@types/express": "^4.17.13", "@types/mocha": "^9.1.1", "@types/mochawesome": "^6.2.1", - "@types/node": "^18.7.13", + "@types/node": "^18.7.14", "@types/proper-lockfile": "^4.1.2", "@types/tar": "^6.1.2", "@types/uuid": "^8.3.4", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.35.1", - "@typescript-eslint/parser": "^5.35.1", + "@typescript-eslint/eslint-plugin": "^5.36.1", + "@typescript-eslint/parser": "^5.36.1", "auto-changelog": "^2.4.0", - "clinic": "^11.1.2", + "clinic": "^12.0.0", "cross-env": "^7.0.3", - "eslint": "^8.22.0", + "eslint": "^8.23.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-typescript": "^3.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^39.3.6", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", - "expect": "^29.0.0", + "expect": "^29.0.1", "husky": "^8.0.1", "lint-staged": "^13.0.3", "mocha": "^10.0.0", @@ -145,6 +147,7 @@ "rollup-plugin-istanbul": "^3.0.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-ts": "^3.0.2", + "semver": "^7.3.7", "ts-node": "^10.9.1", "typescript": "^4.8.2" }