-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.55 KB
/
package.json
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": "xeokit-model-conversion-tests",
"version": "1.0.1",
"description": "Runs all our converter pipelines over a directory containing your IFC files and generates a nice report with Bootstrap, including logs and clickable links to view the converted XKT files ",
"main": "index.js",
"scripts": {
"check-sizes": "./list_large_files.sh ./convertedModels",
"convert-ifc": "node convert-pre-ifc.js; sh convert-ifc.sh; node convert-post-ifc.js; gulp build",
"convert-las": "node --max-old-space-size=8076 convert-las.js; gulp build",
"convert-gltf": "node --max-old-space-size=18076 convert-gltf.js; gulp build",
"convert": "node --max-old-space-size=4076 convert-las.js; node --max-old-space-size=4076 convert-ifc.js; node --max-old-space-size=4076 convert-gltf.js; gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeokit/xeokit-model-conversion-tests.git"
},
"keywords": [
"webgl",
"bim",
"ifc",
"xkt",
"opensource",
"xeokit"
],
"author": "@xeolabs",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/xeokit/xeokit-model-conversion-tests/issues"
},
"homepage": "https://github.com/xeokit/xeokit-model-conversion-tests#readme",
"dependencies": {
"axios": "^1.6.2",
"chartjs-node-canvas": "^4.1.6",
"gulp": "^4.0.2",
"gulp-file-include": "^2.1.1",
"gulp-js-escape": "^1.0.1",
"gulp4-run-sequence": "^1.0.1",
"http-server": "^14.1.1",
"markdown": "^0.5.0",
"run-sequence": "^2.2.1",
"systeminformation": "^5.12.6"
}
}