-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 871 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
{
"name": "sfc-stress",
"version": "2.1.0",
"author": "Michel Gokan Khan <gokan.michel@gmail.com>",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@fortaine/fetch-event-source": "^3.0.6",
"bigdecimal": "^0.6.1",
"body-parser": "^1.20.2",
"cluster": "^0.7.7",
"crypto": "^1.0.1",
"express": "^4.21.0",
"fluent-ffmpeg": "^2.1.2",
"form-data": "^4.0.0",
"fs": "^0.0.1-security",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"malloc": "^1.1.0",
"nano-time": "^1.0.0",
"node-fetch": "^3.3.1",
"showdown": "^2.1.0",
"sync-request": "^6.1.0",
"url": "^0.11.0",
"url-to-options": "^2.0.0"
},
"devDependencies": {
"js-big-decimal": "^1.4.1",
"json-schema": "^0.4.0",
"node-cmd": "^5.0.0",
"range": "^0.0.3",
"request": "^2.88.2"
}
}