-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "server-manager",
"version": "1.0.0",
"description": "A new service control engine, built on docker.",
"main": "index.js",
"scripts": {
"build": "node installTempDeps.js && tsc && tscp",
"start": "cross-env TS_NODE_BASEURL=./dist node -r tsconfig-paths/register dist/index.js",
"test": "npm run build && cross-env TS_NODE_BASEURL=./dist jest"
},
"keywords": [],
"author": "ZorTik",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@testcontainers/mariadb": "^11.12.0",
"@types/folder-hash": "^4.0.4",
"babel-cli": "^6.26.0",
"babel-jest": "^29.7.0",
"babel-preset-env": "^1.7.0",
"check-disk-space": "^3.4.0",
"express-ws": "^5.0.2",
"jest-ctrf-json-reporter": "^0.0.9",
"prisma": "^5.10.2",
"superagent": "^9.0.2",
"supertest": "^7.0.0",
"temp": "^0.9.4",
"testcontainers": "^11.12.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.3.3",
"typescript-cp": "^0.1.9"
},
"dependencies": {
"@prisma/client": "^5.10.2",
"@redis/client": "^1.6.0",
"@types/cors": "^2.8.17",
"@types/dockerode": "^3.3.24",
"@types/express": "^4.17.21",
"@types/express-fileupload": "^1.5.0",
"@types/express-ws": "^3.0.4",
"@types/npm": "^7.19.3",
"@types/supertest": "^6.0.2",
"@types/tar": "^6.1.11",
"@types/temp": "^0.9.4",
"@types/uuid": "^9.0.8",
"@types/winston": "^2.4.4",
"@types/yaml": "^1.9.7",
"basic-ftp": "^5.0.5",
"chokidar": "^4.0.3",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"dockerode": "^4.0.2",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express-fileupload": "^1.5.0",
"folder-hash": "^4.1.1",
"ignore": "^5.3.1",
"jest": "^29.7.0",
"npm": "^7.24.2",
"tar": "^6.2.0",
"tsconfig-paths-jest": "^0.0.1",
"uuid": "^9.0.1",
"winston": "^3.11.0",
"yaml": "^2.4.0",
"zod": "^3.24.1"
}
}