-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 874 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
38
39
40
{
"name": "jaxnode",
"version": "3.2.1",
"private": true,
"main": "./bin/www",
"scripts": {
"start": "node ./bin/www",
"dev": "node ./bin/www -w",
"test": "jest"
},
"dependencies": {
"@mux/mux-player": "^2.8.0",
"async": "^1.5.1",
"axios": "^0.27.2",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.1",
"debug": "~2.6.9",
"dotenv": "^16.0.2",
"express": "^4.16.4",
"express-hbs": "^2.3.4",
"memory-cache": "^0.1.4",
"moment-timezone": "^0.5.23",
"morgan": "^1.9.1",
"node-fetch": "^2.6.1",
"serve-favicon": "^2.5.0",
"twitter": "^1.7.1"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^3.0.2",
"jest": "^29.0.3",
"nodemon": "^2.0.4",
"sinon": "^1.17.2",
"supertest": "^3.3.0"
},
"engines": {
"node": "20.10.0"
},
"license": "Apache-2.0"
}