-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.36 KB
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
44
45
46
47
48
49
50
51
52
53
{
"name": "cam-diff",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nf start",
"dev": "nf start -j Procfile_dev",
"dev:app": "npx tsnd --respawn --transpile-only ./src/app.ts",
"dev:worker": "npx tsnd --respawn --transpile-only ./src/workers/worker.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@bull-board/api": "^4.3.1",
"@bull-board/koa": "^4.3.1",
"@koa/router": "^12.0.0",
"axios": "^0.27.2",
"bull": "^4.9.0",
"colors": "^1.4.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.0.2",
"du": "^1.0.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"foreman": "^3.0.1",
"from": "^0.1.7",
"import": "^0.0.6",
"jimp": "^0.16.2",
"json-server": "^0.17.3",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"koa-bodyparser": "^4.3.0",
"throng": "^5.0.0"
},
"devDependencies": {
"@types/bull": "^3.15.9",
"@types/du": "^1.0.1",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/koa": "^2.13.5",
"@types/koa__router": "^12.0.0",
"@types/koa-bodyparser": "^4.3.8",
"@types/node": "^18.7.18",
"@types/pixelmatch": "^5.2.4",
"@types/pngjs": "^6.0.1",
"@types/rimraf": "^3.0.2",
"@types/throng": "^5.0.4",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.3"
}
}