-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.64 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
{
"name": "rocketride-server",
"version": "3.3.0",
"description": "RocketRide Server - A high-performance data processing engine with modular nodes, AI capabilities, and cross-platform clients",
"private": true,
"license": "MIT",
"vcpkg": {
"version": "2026.04.27"
},
"java": {
"jdkVersion": "17",
"mavenVersion": "3.9.6"
},
"tika": {
"version": "3.2.3"
},
"author": "rocketride.org",
"repository": {
"type": "git",
"url": "git+https://github.com/rocketride-org/rocketride-server.git"
},
"bugs": {
"url": "https://github.com/rocketride-org/rocketride-server/issues"
},
"homepage": "https://github.com/rocketride-org/rocketride-server#readme",
"keywords": [
"rocketride",
"server",
"data-processing",
"ai",
"nodes",
"pipeline"
],
"scripts": {
"prepare": "lefthook install --force"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
"@types/node": "^20.19.41",
"@types/react": "~18.3.31",
"@types/react-dom": "~18.3.7",
"adm-zip": "^0.6.0",
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"eslint": "^9.39.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.5.2",
"execa": "^9.6.1",
"gitignore-globs": "^0.1.1",
"glob": "^11.0.0",
"globals": "^15.12.0",
"lefthook": "^2.1.8",
"listr2": "^9.0.5",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.3",
"rimraf": "^5.0.5",
"tar": "^7.5.21",
"typescript": "^5.3.3",
"typescript-eslint": "^8.60.0"
}
}