build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / package.json
CommitLineData
7dde0b73 1{
7f774a55 2 "name": "e-mobility-charging-stations-simulator",
32619191 3 "version": "1.1.94",
7dde0b73 4 "engines": {
aba95196 5 "node": ">=16.0.0",
db64a53b 6 "npm": ">=8.3.0"
7dde0b73
JB
7 },
8 "repository": {
9 "type": "git",
7f774a55 10 "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
7dde0b73 11 },
e6159ce8 12 "description": "Electric vehicle charging stations simulator",
68250247 13 "author": "SAP E-Mobility <e-mobility@sap.com>",
4160581a
JB
14 "contributors": [
15 {
16 "name": "Jérôme Benoit",
17 "email": "jerome.benoit@piment-noir.org",
18 "url": "https://github.com/jerome-benoit"
19 }
20 ],
7dde0b73
JB
21 "license": "Apache-2.0",
22 "licenses": [
23 {
24 "type": "Apache-2.0",
25 "url": "http://www.apache.org/licenses/LICENSE-2.0"
26 }
27 ],
db9b23ee
JB
28 "exports": [
29 "./dist/start.cjs",
30 "./dist/start.mjs"
31 ],
d22589b3 32 "auto-changelog": {
7f774a55
JB
33 "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}",
34 "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}",
35 "mergeUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/pull/{id}",
36 "compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}"
d22589b3 37 },
ae8ee665 38 "mikro-orm": {
85c8a4cf 39 "tsConfigPath": "./tsconfig-orm.json",
ae8ee665
JB
40 "useTsNode": true
41 },
7dde0b73 42 "scripts": {
2aa2a8df 43 "prepare": "node prepare.js",
18ce7cd0 44 "build-requirements": "node build-requirements.js",
4544f162
JB
45 "start": "npm run build && cross-env NODE_ENV=production node -r source-map-support/register dist/start.cjs",
46 "start:debug": "npm run build && cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.cjs",
44a95b7f
JB
47 "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.cjs",
48 "start:dev:debug": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register --inspect dist/start.cjs",
22cfa750 49 "start:dev:esm": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.mjs",
44a95b7f
JB
50 "start:prof": "cross-env NODE_ENV=production node -r source-map-support/register --prof dist/start.cjs",
51 "start:doctorprof": "cross-env NODE_ENV=production clinic doctor -- node -r source-map-support/register dist/start.cjs",
52 "start:flameprof": "cross-env NODE_ENV=production clinic flame -- node -r source-map-support/register dist/start.cjs",
53 "start:bubbleprof": "cross-env NODE_ENV=production clinic bubbleprof -- node -r source-map-support/register dist/start.cjs",
54 "start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node -r source-map-support/register dist/start.cjs",
93af3fe9 55 "rollup": "npm run build-requirements && rollup --config",
1d064457 56 "build": "npm run rollup",
cb1948a3
JB
57 "build:dev": "npm run rollup -- --environment BUILD:development",
58 "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch",
65db1aee
JB
59 "lint": "cross-env TIMING=1 eslint --cache --ext .js,.ts src",
60 "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src",
e60a5ba3 61 "format": "prettier --cache --write .",
12240a2e 62 "test": "c8 mocha test/**/*Test.ts",
3e985d18 63 "test:debug": "mocha --no-parallel --inspect test/**/*Test.ts",
12240a2e
JB
64 "coverage": "c8 report --reporter=lcov",
65 "coverage:html": "c8 report --reporter=html",
7dde0b73 66 "clinic:clean": "clinic clean",
47e22477 67 "robohydra": "robohydra test/robohydra/config.json",
5c97c3b3 68 "git:sinit": "git submodule update --init --recursive --force",
c718e93d 69 "git:sdiff": "git diff && git submodule foreach 'git diff'",
3a860d9e 70 "git:supdate": "git submodule update --remote --recursive --merge",
84e52c2c 71 "git:spush": "git push --recurse-submodules=on-demand",
cedae80d 72 "release": "release-it"
7dde0b73 73 },
db64a53b
JB
74 "overrides": {
75 "cacheable-request": "^10.2.7",
76 "d3-color": "^3.1.0"
77 },
7dde0b73 78 "dependencies": {
5b670ffc
JB
79 "@mikro-orm/core": "^5.6.12",
80 "@mikro-orm/mariadb": "^5.6.12",
81 "@mikro-orm/reflection": "^5.6.12",
82 "@mikro-orm/sqlite": "^5.6.12",
bbe10d5f 83 "ajv": "^8.12.0",
e3018bc4 84 "ajv-formats": "^2.1.1",
17db4acc 85 "basic-ftp": "^5.0.2",
8eac9a09 86 "chalk": "^4.1.2",
1f7fa4de 87 "http-status-codes": "^2.2.0",
088ee3c1
JB
88 "just-clone": "^6.2.0",
89 "just-merge": "^3.2.0",
5a2a53cf 90 "logform": "^2.5.1",
4a5a7863 91 "mnemonist": "^0.39.5",
5b7a0892 92 "moment": "^2.29.4",
15f47063 93 "mongodb": "^5.1.0",
58a98076 94 "poolifier": "^2.3.7",
c63c21bc 95 "proper-lockfile": "^4.1.2",
1dc29974 96 "source-map-support": "^0.5.21",
0145fecd 97 "tar": "^6.1.13",
6a6acd38 98 "tslib": "^2.5.0",
d273692c 99 "winston": "^3.8.2",
2820900f 100 "winston-daily-rotate-file": "^4.7.1",
946b9f8c 101 "ws": "^8.12.1"
7dde0b73 102 },
3d337bdb 103 "optionalDependencies": {
ef85c95a 104 "bufferutil": "^4.0.7",
6be0735c 105 "utf-8-validate": "^6.0.2"
3d337bdb 106 },
7dde0b73 107 "devDependencies": {
d91f7756
JB
108 "@commitlint/cli": "^17.4.4",
109 "@commitlint/config-conventional": "^17.4.4",
9c133fad 110 "@istanbuljs/nyc-config-typescript": "^1.0.2",
5b670ffc 111 "@mikro-orm/cli": "^5.6.12",
d4c84337 112 "@release-it/bumper": "^4.0.2",
b78290ea 113 "@rollup/plugin-json": "^6.0.0",
f704ec19 114 "@types/mocha": "^10.0.1",
47e22477 115 "@types/mochawesome": "^6.2.1",
5b670ffc 116 "@types/node": "^18.14.2",
c63c21bc 117 "@types/proper-lockfile": "^4.1.2",
08683829 118 "@types/tar": "^6.1.4",
1cc4b9e0 119 "@types/ws": "^8.5.4",
9d432a81
JB
120 "@typescript-eslint/eslint-plugin": "^5.53.0",
121 "@typescript-eslint/parser": "^5.53.0",
6e19d740 122 "auto-changelog": "^2.4.0",
08683829 123 "c8": "^7.13.0",
771a1ddb 124 "clinic": "^12.0.0",
93b6750e 125 "cross-env": "^7.0.3",
5b670ffc 126 "eslint": "^8.35.0",
1246bb52 127 "eslint-config-prettier": "^8.6.0",
3bd24791 128 "eslint-import-resolver-typescript": "^3.5.3",
6db3502d 129 "eslint-plugin-import": "^2.27.5",
0a71cb79 130 "eslint-plugin-jsdoc": "^40.0.0",
3bd24791 131 "eslint-plugin-n": "^15.6.1",
71828518 132 "eslint-plugin-prettier": "^4.2.1",
0e4fa348 133 "eslint-plugin-tsdoc": "^0.2.17",
08683829 134 "expect": "^29.4.3",
bbe10d5f 135 "husky": "^8.0.3",
946b9f8c 136 "lint-staged": "^13.1.2",
d439da5c 137 "mocha": "^10.2.0",
39dca63f 138 "mochawesome": "^7.1.3",
db407f05 139 "prettier": "^2.8.4",
8228f972 140 "release-it": "^15.6.0",
47e22477 141 "robohydra": "^0.6.9",
5b670ffc 142 "rollup": "^3.17.3",
cb1948a3 143 "rollup-plugin-analyzer": "^4.0.0",
1329403f 144 "rollup-plugin-copy": "^3.4.0",
44b07a21 145 "rollup-plugin-delete": "^2.0.0",
fc201913 146 "rollup-plugin-terser": "^7.0.2",
e4564243 147 "rollup-plugin-ts": "^3.2.0",
4b9419c8 148 "semver": "^7.3.8",
9090050f 149 "ts-node": "^10.9.1",
6f415cbb 150 "typescript": "^4.9.5"
7dde0b73
JB
151 }
152}