-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 851 Bytes
/
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
{
"name": "marker-editor-for-plex",
"type": "module",
"version": "2.8.0-beta.2",
"description": "Add, edit, and delete Plex markers",
"main": "app.js",
"scripts": {
"test": "node Test/Test.js --test",
"build": "node Build/build.js",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"engines": {
"node": ">=20.0"
},
"author": "Daniel Rahn",
"license": "MIT",
"dependencies": {
"express": "^5.0.0",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.0",
"mime-types": "^2.1.35",
"open": "^8.4.0",
"read": "^4.0.0",
"sqlite3": "^5.1.7"
},
"devDependencies": {
"eslint": "^9.0.0",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"nexe": "^4.0.0-rc.6",
"rcedit": "^3.0.1",
"rollup": "^4.0.0",
"semver": "^7.6.0",
"webpack": "^5.91.0"
}
}