-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.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
{
"name": "@apocaliss92/scrypted-plugins-monitor",
"description": "Scrypted plugin to schedule diagnostics, plugin restarts and update",
"repository": {
"type": "git",
"url": "https://github.com/apocaliss92/scrypted-monitor"
},
"version": "0.0.24",
"scripts": {
"scrypted-setup-project": "scrypted-setup-project",
"prescrypted-setup-project": "scrypted-package-json",
"build": "scrypted-webpack",
"prepublishOnly": "NODE_ENV=production scrypted-webpack",
"prescrypted-vscode-launch": "scrypted-webpack",
"scrypted-vscode-launch": "scrypted-deploy-debug",
"scrypted-deploy-debug": "scrypted-deploy-debug",
"scrypted-debug": "scrypted-debug",
"scrypted-deploy": "scrypted-deploy",
"scrypted-readme": "scrypted-readme",
"scrypted-package-json": "scrypted-package-json",
"unzip-diagnostics": "unzip node_modules/@scrypted/diagnostics/dist/plugin.zip -o src/diagnostics/"
},
"keywords": [
"scrypted",
"plugin",
"restart",
"update",
"diagnostics",
"benchmark",
"schedule"
],
"scrypted": {
"name": "Scrypted plugins monitor",
"type": "API",
"interfaces": [
"Settings"
],
"pluginDependencies": []
},
"dependencies": {
"@scrypted/diagnostics": "../../scrypted/plugins/diagnostics",
"@scrypted/sdk": "^0.3.106",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-cron": "^3.0.3"
},
"devDependencies": {
"@types/lodash": "^4.17.12",
"@types/node": "^20.11.0",
"@types/node-cron": "^3.0.11",
"@types/semver": "^7.5.8",
"node-loader": "^2.0.0"
}
}