X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=6d361e7945b0abef4aa67ecda4fb0b950573f086;hb=ccb1d6e97cc0248cd96a9505cf5e8f037d66984c;hp=e97aedc0d5e3d5e68e1d1fc4ca40f4e103fef4be;hpb=65eba3e639e5ea643eb37dd2cd5b1441fc9dfa3a;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index e97aedc0..6d361e79 100644 --- a/package.json +++ b/package.json @@ -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/sap/emobility-charging-stations-simulator.git" }, "description": "Electric Vehicle charging stations simulator", "author": "SAP E-Mobility ", @@ -33,10 +33,10 @@ ] }, "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/sap/emobility-charging-stations-simulator/commit/{id}", + "issueUrl": "https://github.com/sap/emobility-charging-stations-simulator/issues/{id}", + "mergeUrl": "https://github.com/sap/emobility-charging-stations-simulator/pull/{id}", + "compareUrl": "https://github.com/sap/emobility-charging-stations-simulator/compare/{from}...{to}" }, "mikro-orm": { "tsConfigPath": "./tsconfig-orm.json",