-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 894 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 894 Bytes
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
{
"name": "pi-explorer",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"findit": "^2.0.0",
"fluent-ffmpeg": "^2.1.2",
"joi": "^17.9.0",
"lodash": "^4.16.2",
"markdown": "^0.5.0",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"pug": "^2.0.0-beta6",
"querystring": "^0.2.0",
"replace-ext": "^1.0.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/eslint-parser": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.1.0"
}
}