2 "name": "charging-stations-simulator",
10 "url": "https://github.com/jerome-benoit/charging-stations-simulator.git"
12 "description": "Electric Vehicle charging stations simulator",
13 "author": "SAP E-Mobility Labs France <e-mobility@sap.com>",
16 "name": "Jérôme Benoit",
17 "email": "jerome.benoit@piment-noir.org",
18 "url": "https://github.com/jerome-benoit"
21 "license": "Apache-2.0",
25 "url": "http://www.apache.org/licenses/LICENSE-2.0"
28 "main": "dist/start.js",
30 "commitUrl": "https://github.com/jerome-benoit/charging-stations-simulator/commit/{id}",
31 "issueUrl": "https://github.com/jerome-benoit/charging-stations-simulator/issues/{id}",
32 "mergeUrl": "https://github.com/jerome-benoit/charging-stations-simulator/pull/{id}",
33 "compareUrl": "https://github.com/jerome-benoit/charging-stations-simulator/compare/{from}...{to}"
36 "tsConfigPath": "./tsconfig.orm.json",
40 "prestart": "npm run build",
41 "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.js",
42 "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.js",
43 "start:dev": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register dist/start.js",
44 "start:dev:debug": "npm run build:dev && cross-env NODE_ENV=development node -r source-map-support/register --inspect dist/start.js",
45 "start:prof": "cross-env NODE_ENV=production node -r source-map-support/register --prof dist/start.js",
46 "start:doctorprof": "cross-env NODE_ENV=production clinic doctor -- node -r source-map-support/register dist/start.js",
47 "start:flameprof": "cross-env NODE_ENV=production clinic flame -- node -r source-map-support/register dist/start.js",
48 "start:bubbleprof": "cross-env NODE_ENV=production clinic bubbleprof -- node -r source-map-support/register dist/start.js",
49 "rollup": "rollup --config",
50 "build": "npm run rollup",
51 "build:dev": "npm run rollup -- --environment BUILD:development",
52 "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch",
53 "build:mta": "mbt build",
54 "lint": "cross-env TIMING=1 eslint --ext .js,.ts src",
55 "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src",
56 "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
57 "test": "cross-env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' nyc mocha test/**/*Test.ts",
58 "coverage": "nyc report --reporter=lcov",
59 "coverage:html": "nyc report --reporter=html",
60 "clinic:clean": "clinic clean",
61 "npm-check": "npm-check",
62 "robohydra": "robohydra test/robohydra/config.json",
63 "git:sinit": "git submodule update --init --recursive --force",
64 "git:sdiff": "git diff && git submodule foreach 'git diff'",
65 "git:supdate": "git submodule update --remote --recursive --merge",
66 "git:spush": "git push --recurse-submodules=on-demand",
67 "release": "release-it"
70 "@mikro-orm/core": "^4.5.9",
71 "@mikro-orm/mariadb": "^4.5.9",
72 "@mikro-orm/reflection": "^4.5.9",
73 "@mikro-orm/sqlite": "^4.5.9",
74 "basic-ftp": "^4.6.6",
77 "poolifier": "^2.1.0",
78 "proper-lockfile": "^4.1.2",
79 "source-map-support": "^0.5.20",
84 "winston-daily-rotate-file": "^4.5.5",
87 "optionalDependencies": {
88 "bufferutil": "^4.0.3",
89 "utf-8-validate": "^5.0.5"
92 "@istanbuljs/nyc-config-typescript": "^1.0.1",
93 "@mikro-orm/cli": "^4.5.9",
94 "@rollup/plugin-json": "^4.1.0",
95 "@types/mocha": "^9.0.0",
96 "@types/mochawesome": "^6.2.1",
97 "@types/node": "^14.17.17",
98 "@types/proper-lockfile": "^4.1.2",
99 "@types/tar": "^4.0.5",
100 "@types/uuid": "^8.3.1",
101 "@types/ws": "^7.4.7",
102 "@typescript-eslint/eslint-plugin": "^4.31.2",
103 "@typescript-eslint/parser": "^4.31.2",
104 "auto-changelog": "^2.3.0",
106 "cross-env": "^7.0.3",
108 "eslint-plugin-import": "^2.24.2",
109 "eslint-plugin-jsdoc": "^36.1.0",
110 "eslint-plugin-node": "^11.1.0",
113 "mochawesome": "^6.2.2",
114 "npm-check": "^5.9.2",
116 "release-it": "^14.11.5",
117 "robohydra": "^0.6.9",
119 "rollup-plugin-analyzer": "^4.0.0",
120 "rollup-plugin-copy": "^3.4.0",
121 "rollup-plugin-delete": "^2.0.0",
122 "rollup-plugin-istanbul": "^3.0.0",
123 "rollup-plugin-terser": "^7.0.2",
124 "rollup-plugin-ts": "^1.4.3",
125 "ts-node": "^10.2.1",
126 "typescript": "^4.4.3"