refactor: remove deprecated configuration tunable handling
[e-mobility-charging-stations-simulator.git] / package.json
CommitLineData
7dde0b73 1{
7f774a55 2 "name": "e-mobility-charging-stations-simulator",
e50d96f5 3 "version": "1.2.19",
7dde0b73 4 "engines": {
962a8159 5 "node": ">=16.14.0",
5f0a7b0d 6 "pnpm": ">=8.6.0"
7dde0b73 7 },
8f074ebf 8 "volta": {
e1d9ac35 9 "node": "20.5.0",
59b8839e 10 "pnpm": "8.6.12"
8f074ebf 11 },
7dde0b73
JB
12 "repository": {
13 "type": "git",
7f774a55 14 "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
7dde0b73 15 },
e6159ce8 16 "description": "Electric vehicle charging stations simulator",
68250247 17 "author": "SAP E-Mobility <e-mobility@sap.com>",
0215fd14
JB
18 "keywords": [
19 "ocpp",
20 "ocpp-j",
21 "ocpp1.6",
22 "ocpp2.0",
23 "charging station",
24 "load testing"
25 ],
4160581a
JB
26 "contributors": [
27 {
28 "name": "Jérôme Benoit",
29 "email": "jerome.benoit@piment-noir.org",
30 "url": "https://github.com/jerome-benoit"
31 }
32 ],
7dde0b73
JB
33 "license": "Apache-2.0",
34 "licenses": [
35 {
36 "type": "Apache-2.0",
37 "url": "http://www.apache.org/licenses/LICENSE-2.0"
38 }
39 ],
92ce5473 40 "type": "module",
db9b23ee 41 "exports": [
51022aa0 42 "./dist/start.js"
db9b23ee 43 ],
d22589b3 44 "auto-changelog": {
7f774a55
JB
45 "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}",
46 "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}",
47 "mergeUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/pull/{id}",
48 "compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}"
d22589b3 49 },
ae8ee665 50 "mikro-orm": {
85c8a4cf 51 "tsConfigPath": "./tsconfig-orm.json",
ae8ee665
JB
52 "useTsNode": true
53 },
7dde0b73 54 "scripts": {
a90bec52 55 "preinstall": "node skip-preinstall.cjs || npx --yes only-allow pnpm",
92ce5473 56 "prepare": "node prepare.cjs",
653b69b4 57 "build-requirements": "node --no-warnings build-requirements.mjs",
bdc9dc79 58 "start": "pnpm build && cross-env NODE_ENV=production node dist/start.js",
51022aa0
JB
59 "start:dev": "pnpm build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.js",
60 "start:dev:debug": "pnpm build:dev && cross-env NODE_ENV=development node -r source-map-support/register --inspect dist/start.js",
61 "start:prof": "cross-env NODE_ENV=production node -r source-map-support/register --prof dist/start.js",
62 "start:doctorprof": "cross-env NODE_ENV=production clinic doctor -- node -r source-map-support/register dist/start.js",
63 "start:flameprof": "cross-env NODE_ENV=production clinic flame -- node -r source-map-support/register dist/start.js",
64 "start:bubbleprof": "cross-env NODE_ENV=production clinic bubbleprof -- node -r source-map-support/register dist/start.js",
65 "start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node -r source-map-support/register dist/start.js",
c7f157db
JB
66 "rollup": "pnpm build-requirements && rollup --config",
67 "build": "pnpm rollup",
68 "build:cf": "pnpm clean:node_modules && npx cross-env SKIP_PREINSTALL=1 npm install && pnpm rollup",
51022aa0
JB
69 "build:dev": "pnpm rollup --environment BUILD:development",
70 "build:dev:analyze": "pnpm rollup --environment ANALYZE,BUILD:development",
71 "build:dev:watch": "pnpm rollup --environment BUILD:development --watch",
e592ba1d
JB
72 "clean:dist": "npx rimraf dist",
73 "clean:node_modules": "npx rimraf node_modules",
95f74dfb
JB
74 "lint": "cross-env TIMING=1 eslint --cache src",
75 "lint:fix": "cross-env TIMING=1 eslint --cache --fix src",
e60a5ba3 76 "format": "prettier --cache --write .",
d4ad9d45
JB
77 "test": "c8 mocha test/**/*.test.ts",
78 "test:debug": "mocha --no-parallel --inspect test/**/*.test.ts",
12240a2e
JB
79 "coverage": "c8 report --reporter=lcov",
80 "coverage:html": "c8 report --reporter=html",
7dde0b73 81 "clinic:clean": "clinic clean",
47e22477 82 "robohydra": "robohydra test/robohydra/config.json",
5c97c3b3 83 "git:sinit": "git submodule update --init --recursive --force",
c718e93d 84 "git:sdiff": "git diff && git submodule foreach 'git diff'",
3a860d9e 85 "git:supdate": "git submodule update --remote --recursive --merge",
84e52c2c 86 "git:spush": "git push --recurse-submodules=on-demand",
cedae80d 87 "release": "release-it"
7dde0b73 88 },
a4e5c2e2
JB
89 "pnpm": {
90 "overrides": {
64378b5e 91 "cacheable-request": "^10.2.10",
a4e5c2e2 92 "d3-color": "^3.1.0",
64378b5e 93 "ejs": "^3.1.9",
80e9ca9d
JB
94 "got": "^12.6.1",
95 "semver": "^7.5.3"
a4e5c2e2 96 }
db64a53b 97 },
7dde0b73 98 "dependencies": {
3548c67b
JB
99 "@mikro-orm/core": "^5.7.14",
100 "@mikro-orm/mariadb": "^5.7.14",
101 "@mikro-orm/reflection": "^5.7.14",
102 "@mikro-orm/sqlite": "^5.7.14",
bbe10d5f 103 "ajv": "^8.12.0",
e3018bc4 104 "ajv-formats": "^2.1.1",
08049dfd 105 "basic-ftp": "^5.0.3",
03e9d277 106 "chalk": "^5.3.0",
a675e34b 107 "date-fns": "^2.30.0",
32f5e42d 108 "deep-clone": "^4.0.0",
1f7fa4de 109 "http-status-codes": "^2.2.0",
088ee3c1 110 "just-merge": "^3.2.0",
5a2a53cf 111 "logform": "^2.5.1",
4a5a7863 112 "mnemonist": "^0.39.5",
9d5b181b 113 "mongodb": "^5.7.0",
86f51b96 114 "poolifier": "^2.6.21",
1dc29974 115 "source-map-support": "^0.5.21",
7e4b5b38 116 "tar": "^6.1.15",
20561f78 117 "tslib": "^2.6.1",
3e8d029b 118 "winston": "^3.10.0",
2820900f 119 "winston-daily-rotate-file": "^4.7.1",
ab9c8862 120 "ws": "^8.13.0"
7dde0b73 121 },
3d337bdb 122 "optionalDependencies": {
ef85c95a 123 "bufferutil": "^4.0.7",
d994fe7c 124 "utf-8-validate": "^6.0.3"
3d337bdb 125 },
7dde0b73 126 "devDependencies": {
0feaa975
JB
127 "@commitlint/cli": "^17.6.7",
128 "@commitlint/config-conventional": "^17.6.7",
3548c67b 129 "@mikro-orm/cli": "^5.7.14",
b5ef1485 130 "@release-it/bumper": "^5.1.0",
b78290ea 131 "@rollup/plugin-json": "^6.0.0",
7e4b5b38 132 "@rollup/plugin-terser": "^0.4.3",
30624b18 133 "@rollup/plugin-typescript": "^11.1.2",
f704ec19 134 "@types/mocha": "^10.0.1",
47e22477 135 "@types/mochawesome": "^6.2.1",
24a27d1b 136 "@types/node": "^20.4.8",
60354605 137 "@types/sinon": "^10.0.16",
f682b2dc 138 "@types/tar": "^6.1.5",
20770557 139 "@types/ws": "^8.5.5",
958292a9
JB
140 "@typescript-eslint/eslint-plugin": "^6.3.0",
141 "@typescript-eslint/parser": "^6.3.0",
672551ed 142 "@web/rollup-plugin-copy": "^0.4.0",
6e19d740 143 "auto-changelog": "^2.4.0",
20561f78 144 "c8": "^8.0.1",
08921fbb 145 "clinic": "^13.0.0",
93b6750e 146 "cross-env": "^7.0.3",
fadc1282 147 "eslint": "^8.46.0",
24a27d1b 148 "eslint-config-prettier": "^9.0.0",
e88cc460 149 "eslint-import-resolver-typescript": "^3.5.5",
81bef9dc 150 "eslint-plugin-import": "^2.28.0",
f1610a4e 151 "eslint-plugin-jsdoc": "^46.4.6",
42cdde9a 152 "eslint-plugin-n": "^16.0.1",
5edd8ba0 153 "eslint-plugin-prettier": "^5.0.0",
0e4fa348 154 "eslint-plugin-tsdoc": "^0.2.17",
3548c67b 155 "expect": "^29.6.2",
bbe10d5f 156 "husky": "^8.0.3",
30624b18 157 "lint-staged": "^13.2.3",
d439da5c 158 "mocha": "^10.2.0",
39dca63f 159 "mochawesome": "^7.1.3",
ef9e3b33 160 "prettier": "^3.0.1",
687d7873 161 "release-it": "^16.1.3",
064d000b 162 "rimraf": "^5.0.1",
47e22477 163 "robohydra": "^0.6.9",
f1610a4e 164 "rollup": "^3.27.2",
cb1948a3 165 "rollup-plugin-analyzer": "^4.0.0",
44b07a21 166 "rollup-plugin-delete": "^2.0.0",
43ef86a2 167 "semver": "^7.5.4",
2b080fa6 168 "sinon": "^15.2.0",
9090050f 169 "ts-node": "^10.9.1",
03e9d277 170 "typescript": "^5.1.6"
7dde0b73
JB
171 }
172}