-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 876 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
{
"name": "@xort/xort",
"version": "0.0.1",
"description": "web 3D 渲染引擎框架",
"main": "index.js",
"scripts": {
"rlx": "tsc && npm publish",
"dev": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview"
},
"keywords": [
"webgl",
"webgl2",
"webgpu",
"web3d"
],
"author": "yszhao91",
"license": "盈利50万RMB以上支付5%",
"repository": {
"type": "git",
"url": "git+https://github.com/yszhao91/Xort.git"
},
"bugs": {
"url": "https://github.com/yszhao91/Xort/issues"
},
"homepage": "https://github.com/yszhao91/Xort#readme",
"devDependencies": {
"@types/node": "^18.0.0",
"@webgpu/types": "^0.1.20",
"@xort/cga": "^0.0.84",
"@xort/of": "^0.0.45",
"object_frame": "^0.0.20",
"spark-md5": "^3.0.2",
"typescript": "^4.3.2",
"vite": "^2.6.4"
}
}