X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=7e5ed6966cdade13fe2a13135f2c5e8ba89450d8;hb=8eac9a09368f841fc44e980f31674146833e449b;hp=401b68396a720343263eeb303accca741df31724;hpb=6fdb3397b211ae95af9cca1997b6eeff2904b388;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 401b6839..7e5ed696 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { - "name": "ev-simulator", - "version": "1.0.44", + "name": "charging-stations-simulator", + "version": "1.0.46", "engines": { "node": "14.x.x", "npm": "6.x.x" }, "repository": { "type": "git", - "url": "https://github.com/jerome-benoit/ev-simulator.git" + "url": "https://github.com/jerome-benoit/charging-stations-simulator.git" }, "description": "Electric Vehicle charging stations simulator", "author": "SAP E-Mobility Labs France ", @@ -27,10 +27,10 @@ ], "main": "dist/start.js", "auto-changelog": { - "commitUrl": "https://github.com/jerome-benoit/ev-simulator/commit/{id}", - "issueUrl": "https://github.com/jerome-benoit/ev-simulator/issues/{id}", - "mergeUrl": "https://github.com/jerome-benoit/ev-simulator/pull/{id}", - "compareUrl": "https://github.com/jerome-benoit/ev-simulator/compare/{from}...{to}" + "commitUrl": "https://github.com/jerome-benoit/charging-stations-simulator/commit/{id}", + "issueUrl": "https://github.com/jerome-benoit/charging-stations-simulator/issues/{id}", + "mergeUrl": "https://github.com/jerome-benoit/charging-stations-simulator/pull/{id}", + "compareUrl": "https://github.com/jerome-benoit/charging-stations-simulator/compare/{from}...{to}" }, "scripts": { "prestart": "npm run build", @@ -64,6 +64,7 @@ }, "dependencies": { "basic-ftp": "^4.6.6", + "chalk": "^4.1.2", "mongodb": "^4.1.1", "poolifier": "^2.0.2", "source-map-support": "^0.5.19", @@ -111,6 +112,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "ts-node": "^10.2.1", - "typescript": "^4.3.5" + "typescript": "^4.4.2" } }