-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "myp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "export NODE_ENV=development && export FREEZE_CONFIG_FILE=true && nodemon --trace-warnings index.js",
"scan": "node ./filesystem/scanner.js",
"tconfig": "export NODE_ENV=development && node --trace-warnings index.js",
"prod": "export NODE_ENV=production && node --trace-warnings index.js",
"patch": "patch-package"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-validator": "^7.0.1",
"fs-extra": "^11.1.1",
"jschardet": "^3.0.0",
"jsonwebtoken": "^9.0.1",
"knex": "^2.4.2",
"morgan": "^1.10.0",
"music-metadata": "^7.13.4",
"natural-orderby": "^3.0.2",
"nodemon": "^2.0.22",
"patch-package": "^8.0.0",
"pg": "^8.11.3",
"pkg": "^5.8.1",
"promise-limit": "^2.7.0",
"recursive-readdir": "^2.2.3",
"socket.io": "^4.7.1",
"sqlite3": "^5.1.6",
"subsrt": "^1.1.1",
"subtitles-parser-vtt": "^0.1.0",
"url-join": "^4.0.1",
"webvtt-parser": "^2.2.0"
}
}