Prepare the repository to be hosted on SAP GitHub organisation
[e-mobility-charging-stations-simulator.git] / package.json
index e97aedc0d5e3d5e68e1d1fc4ca40f4e103fef4be..b218939eced12b691d78909b819e09e7922e6f30 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "charging-stations-simulator",
+  "name": "emobility-charging-stations-simulator",
   "version": "1.1.60",
   "engines": {
     "node": ">=16.0.0",
@@ -7,7 +7,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/jerome-benoit/charging-stations-simulator.git"
+    "url": "https://github.com/jerome-benoit/emobility-charging-stations-simulator.git"
   },
   "description": "Electric Vehicle charging stations simulator",
   "author": "SAP E-Mobility <e-mobility@sap.com>",
     ]
   },
   "auto-changelog": {
-    "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}"
+    "commitUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/commit/{id}",
+    "issueUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/issues/{id}",
+    "mergeUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/pull/{id}",
+    "compareUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/compare/{from}...{to}"
   },
   "mikro-orm": {
     "tsConfigPath": "./tsconfig-orm.json",