forked from fdm-monster/fdm-monster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 4.54 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
{
"name": "@fdm-monster/server",
"repository": {
"type": "git",
"url": "https://github.com/fdm-monster/fdm-monster"
},
"author": "David Zwart",
"license": "AGPL-3.0-or-later",
"private": false,
"version": "1.5.4",
"bin": {
"fdm-monster": "dist/index.js",
"fdmm": "dist/index.js"
},
"description": "FDM Monster is a bulk OctoPrint manager to set up, configure and monitor 3D printers. Our aim is to provide extremely optimized websocket performance and reliability.",
"main": "dist/index.js",
"scripts": {
"console:upload": "yarn build && cross-env NODE_ENV=development node ./dist/consoles/upload-test.js",
"dev": "concurrently \"yarn build:watch\" \"yarn watch-dev\"",
"watch-dev": "cross-env NODE_ENV=development nodemon --watch \"dist/**/*\" -e js ./dist/index.js",
"build": "swc src -d dist",
"build:watch": "swc src -w -d dist",
"start:dev": "ts-node src/index.ts",
"start": "cross-env NODE_ENV=production node dist/index.js",
"migration:create": "migrate-mongo create printer-files-simpler",
"migration:up": "migrate-mongo up",
"migration:down": "migrate-mongo down",
"migration:status": "migrate-mongo status",
"format": "prettier --write \"src/**/*.js\" \"test/**/*.js\"",
"swc": "swc",
"tsc": "tsc --noEmit",
"test": "jest --forceExit --maxConcurrency=8 --runInBand ",
"test:cov": "jest --forceExit --coverage --maxConcurrency=8 --runInBand ",
"cov:show": "./coverage/lcov-report/index.html"
},
"keywords": [
"fdm-monster",
"fdm-connector",
"octoprint",
"fdm",
"3d printing",
"pi",
"node",
"vue"
],
"dependencies": {
"@fdm-monster/client": "1.4.4",
"@influxdata/influxdb-client": "1.33.2",
"@sentry/node": "7.90.0",
"adm-zip": "0.5.10",
"awilix": "9.0.0",
"awilix-express": "8.0.0",
"axios": "1.6.2",
"bcryptjs": "2.4.3",
"cache-manager": "4.1.0",
"class-validator": "0.14.0",
"connect-history-api-fallback": "2.0.0",
"cookie-parser": "1.4.6",
"cors": "2.8.5",
"cross-env": "7.0.3",
"dotenv": "16.3.1",
"eventemitter2": "6.4.9",
"express": "4.18.2",
"form-data": "4.0.0",
"helmet": "7.1.0",
"ip": "1.1.8",
"js-yaml": "4.1.0",
"jsonwebtoken": "9.0.2",
"lodash": "4.17.21",
"luxon": "3.4.4",
"migrate-mongo": "11.0.0",
"mongoose": "6.12.3",
"mqtt": "5.3.3",
"multer": "1.4.5-lts.1",
"node-input-validator": "4.5.1",
"nodemon": "3.0.2",
"octokit": "3.1.2",
"passport": "0.7.0",
"passport-anonymous": "1.0.1",
"passport-jwt": "4.0.1",
"reflect-metadata": "0.2.1",
"semver": "7.5.4",
"simple-git": "3.21.0",
"socket.io": "4.7.2",
"toad-scheduler": "3.0.0",
"uuid": "9.0.1",
"winston": "3.11.0",
"ws": "8.15.1"
},
"devDependencies": {
"@lcov-viewer/cli": "1.3.0",
"@lcov-viewer/istanbul-report": "1.4.0",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.101",
"@swc/jest": "0.2.29",
"@types/adm-zip": "0.5.5",
"@types/bcryptjs": "2.4.6",
"@types/cache-manager": "4.0.6",
"@types/connect-history-api-fallback": "1.5.4",
"@types/cookie-parser": "1.4.6",
"@types/express": "4.17.21",
"@types/express-session": "1.17.10",
"@types/ip": "1.1.3",
"@types/jest": "29.5.11",
"@types/js-yaml": "4.0.9",
"@types/lodash": "4.14.202",
"@types/luxon": "3.3.7",
"@types/migrate-mongo": "10.0.4",
"@types/multer": "1.4.11",
"@types/node": "20.10.5",
"@types/passport-anonymous": "1.0.5",
"@types/passport-jwt": "3.0.13",
"@types/semver": "7.5.6",
"@types/supertest": "2.0.16",
"@types/uuid": "9.0.7",
"chokidar": "3.5.3",
"concurrently": "8.2.2",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"express-list-routes": "1.1.9",
"jest": "29.7.0",
"jest-27-expect-message": "1.1.0",
"mongodb-memory-server": "9.1.3",
"nock": "13.4.0",
"prettier": "2.8.8",
"supertest": "6.3.3",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"ignore-engines": false,
"engine-strict": true,
"engines": {
"node": ">= 18.0.0",
"npm": ">= 8.1.4",
"yarn": ">= 1.22.10"
},
"nodemonConfig": {
"verbose": false,
"ignore": [
".github/*",
"docs/*",
"media",
"test/*",
"views/*",
"docker/*"
],
"delay": 100
}
}