refactor: remove deprecated configuration tunable handling
[e-mobility-charging-stations-simulator.git] / package.json
1 {
2 "name": "e-mobility-charging-stations-simulator",
3 "version": "1.2.19",
4 "engines": {
5 "node": ">=16.14.0",
6 "pnpm": ">=8.6.0"
7 },
8 "volta": {
9 "node": "20.5.0",
10 "pnpm": "8.6.12"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
15 },
16 "description": "Electric vehicle charging stations simulator",
17 "author": "SAP E-Mobility <e-mobility@sap.com>",
18 "keywords": [
19 "ocpp",
20 "ocpp-j",
21 "ocpp1.6",
22 "ocpp2.0",
23 "charging station",
24 "load testing"
25 ],
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 ],
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 ],
40 "type": "module",
41 "exports": [
42 "./dist/start.js"
43 ],
44 "auto-changelog": {
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}"
49 },
50 "mikro-orm": {
51 "tsConfigPath": "./tsconfig-orm.json",
52 "useTsNode": true
53 },
54 "scripts": {
55 "preinstall": "node skip-preinstall.cjs || npx --yes only-allow pnpm",
56 "prepare": "node prepare.cjs",
57 "build-requirements": "node --no-warnings build-requirements.mjs",
58 "start": "pnpm build && cross-env NODE_ENV=production node dist/start.js",
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",
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",
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",
72 "clean:dist": "npx rimraf dist",
73 "clean:node_modules": "npx rimraf node_modules",
74 "lint": "cross-env TIMING=1 eslint --cache src",
75 "lint:fix": "cross-env TIMING=1 eslint --cache --fix src",
76 "format": "prettier --cache --write .",
77 "test": "c8 mocha test/**/*.test.ts",
78 "test:debug": "mocha --no-parallel --inspect test/**/*.test.ts",
79 "coverage": "c8 report --reporter=lcov",
80 "coverage:html": "c8 report --reporter=html",
81 "clinic:clean": "clinic clean",
82 "robohydra": "robohydra test/robohydra/config.json",
83 "git:sinit": "git submodule update --init --recursive --force",
84 "git:sdiff": "git diff && git submodule foreach 'git diff'",
85 "git:supdate": "git submodule update --remote --recursive --merge",
86 "git:spush": "git push --recurse-submodules=on-demand",
87 "release": "release-it"
88 },
89 "pnpm": {
90 "overrides": {
91 "cacheable-request": "^10.2.10",
92 "d3-color": "^3.1.0",
93 "ejs": "^3.1.9",
94 "got": "^12.6.1",
95 "semver": "^7.5.3"
96 }
97 },
98 "dependencies": {
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",
103 "ajv": "^8.12.0",
104 "ajv-formats": "^2.1.1",
105 "basic-ftp": "^5.0.3",
106 "chalk": "^5.3.0",
107 "date-fns": "^2.30.0",
108 "deep-clone": "^4.0.0",
109 "http-status-codes": "^2.2.0",
110 "just-merge": "^3.2.0",
111 "logform": "^2.5.1",
112 "mnemonist": "^0.39.5",
113 "mongodb": "^5.7.0",
114 "poolifier": "^2.6.21",
115 "source-map-support": "^0.5.21",
116 "tar": "^6.1.15",
117 "tslib": "^2.6.1",
118 "winston": "^3.10.0",
119 "winston-daily-rotate-file": "^4.7.1",
120 "ws": "^8.13.0"
121 },
122 "optionalDependencies": {
123 "bufferutil": "^4.0.7",
124 "utf-8-validate": "^6.0.3"
125 },
126 "devDependencies": {
127 "@commitlint/cli": "^17.6.7",
128 "@commitlint/config-conventional": "^17.6.7",
129 "@mikro-orm/cli": "^5.7.14",
130 "@release-it/bumper": "^5.1.0",
131 "@rollup/plugin-json": "^6.0.0",
132 "@rollup/plugin-terser": "^0.4.3",
133 "@rollup/plugin-typescript": "^11.1.2",
134 "@types/mocha": "^10.0.1",
135 "@types/mochawesome": "^6.2.1",
136 "@types/node": "^20.4.8",
137 "@types/sinon": "^10.0.16",
138 "@types/tar": "^6.1.5",
139 "@types/ws": "^8.5.5",
140 "@typescript-eslint/eslint-plugin": "^6.3.0",
141 "@typescript-eslint/parser": "^6.3.0",
142 "@web/rollup-plugin-copy": "^0.4.0",
143 "auto-changelog": "^2.4.0",
144 "c8": "^8.0.1",
145 "clinic": "^13.0.0",
146 "cross-env": "^7.0.3",
147 "eslint": "^8.46.0",
148 "eslint-config-prettier": "^9.0.0",
149 "eslint-import-resolver-typescript": "^3.5.5",
150 "eslint-plugin-import": "^2.28.0",
151 "eslint-plugin-jsdoc": "^46.4.6",
152 "eslint-plugin-n": "^16.0.1",
153 "eslint-plugin-prettier": "^5.0.0",
154 "eslint-plugin-tsdoc": "^0.2.17",
155 "expect": "^29.6.2",
156 "husky": "^8.0.3",
157 "lint-staged": "^13.2.3",
158 "mocha": "^10.2.0",
159 "mochawesome": "^7.1.3",
160 "prettier": "^3.0.1",
161 "release-it": "^16.1.3",
162 "rimraf": "^5.0.1",
163 "robohydra": "^0.6.9",
164 "rollup": "^3.27.2",
165 "rollup-plugin-analyzer": "^4.0.0",
166 "rollup-plugin-delete": "^2.0.0",
167 "semver": "^7.5.4",
168 "sinon": "^15.2.0",
169 "ts-node": "^10.9.1",
170 "typescript": "^5.1.6"
171 }
172 }