Version 1.1.70
[e-mobility-charging-stations-simulator.git] / package.json
CommitLineData
7dde0b73 1{
7f774a55 2 "name": "e-mobility-charging-stations-simulator",
26e2ca28 3 "version": "1.1.70",
7dde0b73 4 "engines": {
aba95196
JB
5 "node": ">=16.0.0",
6 "npm": ">=8.0.0"
7dde0b73
JB
7 },
8 "repository": {
9 "type": "git",
7f774a55 10 "url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
7dde0b73
JB
11 },
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 ],
c28d8adf 32 "lint-staged": {
073bd098 33 "src/**/*.{js,ts}": [
c28d8adf
JB
34 "prettier --write",
35 "eslint --cache --fix"
36 ]
37 },
d22589b3 38 "auto-changelog": {
7f774a55
JB
39 "commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}",
40 "issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}",
41 "mergeUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/pull/{id}",
42 "compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}"
d22589b3 43 },
ae8ee665 44 "mikro-orm": {
85c8a4cf 45 "tsConfigPath": "./tsconfig-orm.json",
ae8ee665
JB
46 "useTsNode": true
47 },
7dde0b73 48 "scripts": {
2aa2a8df 49 "prepare": "node prepare.js",
1f7fa4de
JB
50 "build-requirements": "node build-requirements.js",
51 "prestart": "npm run build-requirements && npm run build",
44a95b7f 52 "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.cjs",
44a95b7f
JB
53 "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.cjs",
54 "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.cjs",
55 "start:dev:debug": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register --inspect dist/start.cjs",
22cfa750 56 "start:dev:esm": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.mjs",
44a95b7f
JB
57 "start:prof": "cross-env NODE_ENV=production node -r source-map-support/register --prof dist/start.cjs",
58 "start:doctorprof": "cross-env NODE_ENV=production clinic doctor -- node -r source-map-support/register dist/start.cjs",
59 "start:flameprof": "cross-env NODE_ENV=production clinic flame -- node -r source-map-support/register dist/start.cjs",
60 "start:bubbleprof": "cross-env NODE_ENV=production clinic bubbleprof -- node -r source-map-support/register dist/start.cjs",
61 "start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node -r source-map-support/register dist/start.cjs",
44b07a21 62 "rollup": "rollup --config",
1d064457 63 "build": "npm run rollup",
cb1948a3
JB
64 "build:dev": "npm run rollup -- --environment BUILD:development",
65 "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch",
65db1aee
JB
66 "lint": "cross-env TIMING=1 eslint --cache --ext .js,.ts src",
67 "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src",
e7aeea18 68 "format": "prettier --write .",
080ed77a 69 "test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} nyc mocha test/**/*Test.ts",
4082efc1
JB
70 "coverage": "nyc report --reporter=lcov",
71 "coverage:html": "nyc report --reporter=html",
7dde0b73 72 "clinic:clean": "clinic clean",
39dca63f 73 "npm-check": "npx npm-check",
47e22477 74 "robohydra": "robohydra test/robohydra/config.json",
5c97c3b3 75 "git:sinit": "git submodule update --init --recursive --force",
c718e93d 76 "git:sdiff": "git diff && git submodule foreach 'git diff'",
3a860d9e 77 "git:supdate": "git submodule update --remote --recursive --merge",
84e52c2c 78 "git:spush": "git push --recurse-submodules=on-demand",
f5387bdb 79 "sonar:properties": "./src/scripts/updateSonarProps.sh",
cedae80d 80 "release": "release-it"
7dde0b73
JB
81 },
82 "dependencies": {
92403944
JB
83 "@mikro-orm/core": "^5.4.0",
84 "@mikro-orm/mariadb": "^5.4.0",
85 "@mikro-orm/reflection": "^5.4.0",
86 "@mikro-orm/sqlite": "^5.4.0",
e3018bc4
JB
87 "ajv": "^8.11.0",
88 "ajv-draft-04": "^1.0.0",
89 "ajv-formats": "^2.1.1",
17db4acc 90 "basic-ftp": "^5.0.2",
8eac9a09 91 "chalk": "^4.1.2",
1f7fa4de 92 "http-status-codes": "^2.2.0",
58f715a0 93 "mnemonist": "^0.39.2",
5b7a0892 94 "moment": "^2.29.4",
92403944 95 "mongodb": "^4.9.1",
9bf0316a 96 "poolifier": "^2.2.0",
c63c21bc 97 "proper-lockfile": "^4.1.2",
1dc29974 98 "source-map-support": "^0.5.21",
6fdb3397 99 "tar": "^6.1.11",
2e6a1991 100 "tslib": "^2.4.0",
fe04f239 101 "uuid": "^8.3.2",
71828518 102 "winston": "^3.8.1",
2820900f 103 "winston-daily-rotate-file": "^4.7.1",
17bfa1b6 104 "ws": "^8.8.1"
7dde0b73 105 },
3d337bdb 106 "optionalDependencies": {
c15ced0b 107 "bufferutil": "^4.0.6",
2aa2a8df 108 "utf-8-validate": "^5.0.9"
3d337bdb 109 },
7dde0b73 110 "devDependencies": {
9c133fad 111 "@istanbuljs/nyc-config-typescript": "^1.0.2",
92403944 112 "@mikro-orm/cli": "^5.4.0",
84e52c2c 113 "@rollup/plugin-json": "^4.1.0",
903becc3 114 "@types/express": "^4.17.13",
2e6a1991 115 "@types/mocha": "^9.1.1",
47e22477 116 "@types/mochawesome": "^6.2.1",
d5d82f2f 117 "@types/node": "^18.7.14",
c63c21bc 118 "@types/proper-lockfile": "^4.1.2",
f9e05df7 119 "@types/tar": "^6.1.2",
9bf0316a 120 "@types/uuid": "^8.3.4",
25b292ff 121 "@types/ws": "^8.5.3",
d5d82f2f
JB
122 "@typescript-eslint/eslint-plugin": "^5.36.1",
123 "@typescript-eslint/parser": "^5.36.1",
30d4f233 124 "auto-changelog": "^2.4.0",
771a1ddb 125 "clinic": "^12.0.0",
93b6750e 126 "cross-env": "^7.0.3",
771a1ddb 127 "eslint": "^8.23.0",
e7aeea18 128 "eslint-config-prettier": "^8.5.0",
df637b0d 129 "eslint-import-resolver-typescript": "^3.5.0",
cc4f4026 130 "eslint-plugin-import": "^2.26.0",
0627d9be 131 "eslint-plugin-jsdoc": "^39.3.6",
d1c056a1 132 "eslint-plugin-node": "^11.1.0",
71828518 133 "eslint-plugin-prettier": "^4.2.1",
c26b4518 134 "expect": "^29.0.2",
f59858d8 135 "husky": "^8.0.1",
7ead2e9a 136 "lint-staged": "^13.0.3",
aba95196 137 "mocha": "^10.0.0",
39dca63f 138 "mochawesome": "^7.1.3",
4082efc1 139 "nyc": "^15.1.0",
52192171 140 "prettier": "^2.7.1",
072adc84 141 "release-it": "^15.4.1",
47e22477 142 "robohydra": "^0.6.9",
072adc84 143 "rollup": "^2.79.0",
cb1948a3 144 "rollup-plugin-analyzer": "^4.0.0",
1329403f 145 "rollup-plugin-copy": "^3.4.0",
44b07a21 146 "rollup-plugin-delete": "^2.0.0",
4082efc1 147 "rollup-plugin-istanbul": "^3.0.0",
fc201913 148 "rollup-plugin-terser": "^7.0.2",
26545e12 149 "rollup-plugin-ts": "^3.0.2",
1f7fa4de 150 "semver": "^7.3.7",
9090050f 151 "ts-node": "^10.9.1",
efdd1922 152 "typescript": "^4.8.2"
7dde0b73
JB
153 }
154}