-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1005 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
41
42
{
"name": "transcoder",
"scripts": {
"build": "turbo run build",
"build:dev": "turbo run build:dev",
"test:unit": "turbo run test:unit:run --concurrency 5",
"test:integration": "turbo run test:integration:run --concurrency 5",
"lint": "turbo run lint --concurrency 5",
"lint:fix": "turbo run lint:fix"
},
"dependencies": {
"@sinclair/typebox": "0.33.11",
"config": "3.3.12"
},
"devDependencies": {
"@eslint/js": "9.10.0",
"@types/config": "3.3.5",
"@types/node": "20.16.5",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.9.0",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"turbo": "2.1.2",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0",
"vitest": "2.1.1"
},
"volta": {
"node": "20.17.0",
"npm": "10.8.3"
},
"engines": {
"node": "20.17.0"
},
"workspaces": [
"apps/*",
"libs/*"
],
"packageManager": "[email protected]"
}