-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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
{
"name": "service",
"version": "1.0.17",
"main": "dist/index.js",
"license": "GPL-2.0-only",
"private": true,
"type": "module",
"scripts": {
"start": "node ./dist/start.js",
"start:watch": "node --watch ./dist/start.js",
"clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
"build": "tsc -b"
},
"devDependencies": {
"@types/ffprobe": "^1.1.8",
"@types/formidable": "^3.4.6",
"@types/node": "^25.3.0",
"@types/ping": "^0.4.4",
"typescript": "^5.9.3"
},
"dependencies": {
"@furystack/cache": "^6.0.0",
"@furystack/core": "^15.1.0",
"@furystack/entity-sync": "^0.1.1",
"@furystack/entity-sync-service": "^0.1.1",
"@furystack/inject": "^12.0.30",
"@furystack/logging": "^8.0.30",
"@furystack/repository": "^10.0.37",
"@furystack/rest": "^8.0.37",
"@furystack/rest-service": "^11.0.5",
"@furystack/security": "^6.0.37",
"@furystack/sequelize-store": "^6.0.38",
"@furystack/utils": "^8.1.10",
"@furystack/websocket-api": "^13.1.9",
"chokidar": "^5.0.0",
"common": "workspace:^",
"formidable": "^3.5.4",
"mime": "^4.1.0",
"ollama": "^0.6.3",
"ping": "^1.0.0",
"sequelize": "^6.37.7",
"sqlite3": "^5.1.7",
"vitest": "^4.0.18"
}
}