Switch rollup bundler TS plugin to rollup-plugin-ts
[e-mobility-charging-stations-simulator.git] / package.json
CommitLineData
7dde0b73 1{
5f4be58c 2 "name": "charging-stations-simulator",
ca79035a 3 "version": "1.0.54",
7dde0b73 4 "engines": {
f6c5fd7e
JB
5 "node": "14.x.x",
6 "npm": "6.x.x"
7dde0b73
JB
7 },
8 "repository": {
9 "type": "git",
5f4be58c 10 "url": "https://github.com/jerome-benoit/charging-stations-simulator.git"
7dde0b73
JB
11 },
12 "description": "Electric Vehicle charging stations simulator",
13 "author": "SAP E-Mobility Labs France <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 ],
6af9012e 28 "main": "dist/start.js",
d22589b3 29 "auto-changelog": {
5f4be58c
JB
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}"
d22589b3 34 },
ae8ee665
JB
35 "mikro-orm": {
36 "tsConfigPath": "./tsconfig.orm.json",
37 "useTsNode": true
38 },
7dde0b73 39 "scripts": {
6af9012e 40 "prestart": "npm run build",
c4a19794 41 "start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.js",
c4a19794 42 "start:debug": "cross-env NODE_ENV=production node -r source-map-support/register --inspect dist/start.js",
fc201913
JB
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",
c4a19794
JB
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",
44b07a21 49 "rollup": "rollup --config",
1d064457 50 "build": "npm run rollup",
cb1948a3
JB
51 "build:dev": "npm run rollup -- --environment BUILD:development",
52 "build:dev:watch": "npm run rollup -- --environment BUILD:development --watch",
b9cadb84 53 "build:mta": "mbt build",
6af9012e
JB
54 "lint": "cross-env TIMING=1 eslint --ext .js,.ts src",
55 "lint:fix": "cross-env TIMING=1 eslint --fix --ext .js,.ts src",
c045d9a9 56 "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
4082efc1
JB
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",
7dde0b73 60 "clinic:clean": "clinic clean",
e27fae42 61 "npm-check": "npm-check",
47e22477 62 "robohydra": "robohydra test/robohydra/config.json",
5c97c3b3 63 "git:sinit": "git submodule update --init --recursive --force",
c718e93d 64 "git:sdiff": "git diff && git submodule foreach 'git diff'",
3a860d9e 65 "git:supdate": "git submodule update --remote --recursive --merge",
84e52c2c 66 "git:spush": "git push --recurse-submodules=on-demand",
cedae80d 67 "release": "release-it"
7dde0b73
JB
68 },
69 "dependencies": {
a6b3c6c3
JB
70 "@mikro-orm/core": "^4.5.9",
71 "@mikro-orm/mariadb": "^4.5.9",
ae8ee665 72 "@mikro-orm/reflection": "^4.5.9",
a6b3c6c3 73 "@mikro-orm/sqlite": "^4.5.9",
47e22477 74 "basic-ftp": "^4.6.6",
8eac9a09 75 "chalk": "^4.1.2",
72f041bd 76 "mongodb": "^4.1.1",
b55c9112 77 "poolifier": "^2.1.0",
79411696 78 "source-map-support": "^0.5.19",
6fdb3397 79 "tar": "^6.1.11",
57939a9d 80 "tslib": "^2.3.1",
fe04f239 81 "uuid": "^8.3.2",
8235566f 82 "winston": "^3.3.3",
11b056bb 83 "winston-daily-rotate-file": "^4.5.5",
c27c3eee 84 "ws": "^8.2.1"
7dde0b73 85 },
3d337bdb 86 "optionalDependencies": {
17991e8c 87 "bufferutil": "^4.0.3",
41ffef5d 88 "utf-8-validate": "^5.0.5"
3d337bdb 89 },
7dde0b73 90 "devDependencies": {
4082efc1 91 "@istanbuljs/nyc-config-typescript": "^1.0.1",
ae8ee665 92 "@mikro-orm/cli": "^4.5.9",
84e52c2c 93 "@rollup/plugin-json": "^4.1.0",
cef316bf 94 "@types/mocha": "^9.0.0",
47e22477 95 "@types/mochawesome": "^6.2.1",
a6b3c6c3 96 "@types/node": "^14.17.14",
47e22477
JB
97 "@types/tar": "^4.0.5",
98 "@types/uuid": "^8.3.1",
cef316bf 99 "@types/ws": "^7.4.7",
de96acad
JB
100 "@typescript-eslint/eslint-plugin": "^4.30.0",
101 "@typescript-eslint/parser": "^4.30.0",
9c03a8d5 102 "auto-changelog": "^2.3.0",
a01c18a0 103 "clinic": "^9.0.0",
93b6750e 104 "cross-env": "^7.0.3",
744ac1be 105 "eslint": "^7.32.0",
72f041bd
JB
106 "eslint-plugin-import": "^2.24.2",
107 "eslint-plugin-jsdoc": "^36.0.8",
d1c056a1 108 "eslint-plugin-node": "^11.1.0",
2a370053 109 "expect": "^27.1.0",
ffd71f2c 110 "mocha": "^9.1.1",
4082efc1 111 "mochawesome": "^6.2.2",
6af9012e 112 "npm-check": "^5.9.2",
4082efc1 113 "nyc": "^15.1.0",
62cfe9f6 114 "release-it": "^14.11.5",
47e22477 115 "robohydra": "^0.6.9",
43764de0 116 "rollup": "^2.56.3",
cb1948a3 117 "rollup-plugin-analyzer": "^4.0.0",
1329403f 118 "rollup-plugin-copy": "^3.4.0",
44b07a21 119 "rollup-plugin-delete": "^2.0.0",
4082efc1 120 "rollup-plugin-istanbul": "^3.0.0",
fc201913 121 "rollup-plugin-terser": "^7.0.2",
ae8ee665 122 "rollup-plugin-ts": "^1.4.1",
15042c5f 123 "ts-node": "^10.2.1",
8eac9a09 124 "typescript": "^4.4.2"
7dde0b73
JB
125 }
126}