-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 882 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 882 Bytes
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
{
"name": "tuanzi-backend",
"version": "0.1.0",
"description": "Core backend runtime for TuanZi desktop app and agent orchestration.",
"main": "dist/runtime.js",
"files": [
"dist",
"README.md",
"README.zh-CN.md",
"LICENSE"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && node --test dist/tests"
},
"keywords": [
"ai",
"agent",
"coding",
"tuanzi",
"backend",
"orchestration"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
},
"dependencies": {
"docx": "^9.6.1",
"fontkit": "^2.0.4",
"linebreak": "^1.1.0",
"mathjax-full": "^3.2.1",
"pptxgenjs": "^4.0.1",
"prismjs": "^1.30.0",
"puppeteer-core": "^24.37.5",
"skia-canvas": "^3.0.8"
}
}