forked from SAP/e-mobility-charging-stations-simulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 5.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"$schema": "https://json.schemastore.org/package",
"name": "e-mobility-charging-stations-simulator",
"version": "1.3.3",
"engines": {
"node": ">=18.18.0",
"pnpm": ">=9.0.0"
},
"volta": {
"node": "22.2.0",
"pnpm": "9.2.0"
},
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/sap/e-mobility-charging-stations-simulator.git"
},
"description": "Electric vehicle charging stations simulator",
"author": "SAP E-Mobility <[email protected]>",
"keywords": [
"ocpp",
"ocpp-j",
"ocpp1.6",
"ocpp2.0",
"charging station",
"load testing"
],
"contributors": [
{
"name": "Jérôme Benoit",
"email": "[email protected]",
"url": "https://github.com/jerome-benoit"
}
],
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"type": "module",
"exports": "./dist/start.js",
"auto-changelog": {
"commitUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/commit/{id}",
"issueUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/issues/{id}",
"mergeUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/pull/{id}",
"compareUrl": "https://github.com/sap/e-mobility-charging-stations-simulator/compare/{from}...{to}"
},
"mikro-orm": {
"tsConfigPath": "./tsconfig-mikro-orm.json",
"useTsNode": true
},
"scripts": {
"prepare": "node prepare.js",
"build-requirements": "node --no-warnings build-requirements.js",
"start": "pnpm build && cross-env NODE_ENV=production node dist/start.js",
"start:dev": "pnpm build:dev && cross-env NODE_ENV=development node --enable-source-maps dist/start.js",
"start:dev:debug": "pnpm build:dev && cross-env NODE_ENV=development node --enable-source-maps --inspect dist/start.js",
"start:prof": "cross-env NODE_ENV=production node --enable-source-maps --prof dist/start.js",
"start:doctorprof": "cross-env NODE_ENV=production clinic doctor -- node --enable-source-maps dist/start.js",
"start:flameprof": "cross-env NODE_ENV=production clinic flame -- node --enable-source-maps dist/start.js",
"start:bubbleprof": "cross-env NODE_ENV=production clinic bubbleprof -- node --enable-source-maps dist/start.js",
"start:heapprofiler": "cross-env NODE_ENV=production clinic heapprofiler -- node --enable-source-maps dist/start.js",
"esbuild": "pnpm build-requirements && node bundle.js",
"build": "pnpm esbuild",
"build:dev": "cross-env BUILD=development pnpm esbuild",
"build:cf": "pnpm clean:node_modules && pnpm exec cross-env SKIP_PREINSTALL=1 npm install && pnpm build",
"build:cf:dev": "pnpm clean:node_modules && pnpm exec cross-env SKIP_PREINSTALL=1 npm install && pnpm build:dev",
"build:entities": "tsc -p tsconfig-mikro-orm.json",
"clean:dist": "pnpm exec rimraf dist",
"clean:node_modules": "pnpm exec rimraf node_modules",
"lint": "cross-env TIMING=1 eslint --cache src tests ./*.cjs ./*.js ./*.ts",
"lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts",
"format": "prettier --cache --write .; eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts",
"test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"",
"test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"",
"coverage": "c8 report --reporter=lcov",
"coverage:html": "c8 report --reporter=html",
"clinic:clean": "clinic clean",
"release": "release-it"
},
"pnpm": {
"overrides": {
"cacheable-request": "^10.2.10",
"d3-color": "^3.1.0",
"ejs": "^3.1.9",
"got": "^12.6.1",
"semver": "^7.5.3",
"uuid": "^9.0.0",
"tough-cookie": "^4.1.3"
}
},
"dependencies": {
"@mikro-orm/core": "^6.2.9",
"@mikro-orm/mariadb": "^6.2.9",
"@mikro-orm/reflection": "^6.2.9",
"@mikro-orm/sqlite": "^6.2.9",
"ajv": "^8.16.0",
"ajv-formats": "^3.0.1",
"basic-ftp": "^5.0.5",
"chalk": "^5.3.0",
"date-fns": "^3.6.0",
"http-status-codes": "^2.3.0",
"logform": "^2.6.0",
"mnemonist": "0.40.0-rc1",
"mongodb": "^6.7.0",
"poolifier": "^4.0.13",
"rambda": "^9.2.0",
"tar": "^7.2.0",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0",
"ws": "^8.17.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
"utf-8-validate": "^6.0.4"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@mikro-orm/cli": "^6.2.9",
"@release-it/bumper": "^6.0.1",
"@types/node": "^20.14.2",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"auto-changelog": "^2.4.0",
"c8": "^9.1.0",
"clinic": "^13.0.0",
"cross-env": "^7.0.3",
"esbuild": "^0.21.4",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-copy": "^2.1.1",
"eslint": "^8.57.0",
"eslint-config-love": "^47.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-define-config": "^2.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.8",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-tsdoc": "^0.3.0",
"expect": "^29.7.0",
"glob": "^10.4.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"release-it": "^17.3.0",
"rimraf": "^5.0.7",
"semver": "^7.6.2",
"ts-node": "^10.9.2",
"tsx": "^4.12.0",
"typescript": "~5.4.5"
}
}