forked from stimulant/ampm
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.13 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.13 KB
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
{
"name": "ampm",
"description": "Application Management + Performance Monitoring",
"version": "1.7.11",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stimulant/ampm.git"
},
"preferGlobal": true,
"bin": {
"ampm": "start.cjs"
},
"engines": {
"node": ">=22.13.1"
},
"dependencies": {
"async": "^3.2.4",
"axios": "^1.9.0",
"backbone": "^1.4.1",
"comment-json": "^4.2.3",
"connect": "^3.7.0",
"cookie-parser": "^1.4.6",
"cron-parser": "^5.1.1",
"execa": "^5.1.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-cron": "^3.0.3",
"open": "^10.0.3",
"osc": "^2.4.5",
"passport": "^0.7.0",
"passport-http": "^0.3.0",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"tree-kill": "^1.2.2",
"underscore.string": "^3.3.6",
"universal-analytics": "^0.5.3",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^4.7.1",
"winston-loggly-bulk": "^3.2.1",
"winston-mail-lite": "^1.1.1",
"xregexp": "^5.1.1"
},
"overrides": {
"axios": "^1.9.0"
},
"type": "module"
}