@littlecarlito/blorktools 0.48.12 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@littlecarlito/blorktools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.50.0",
|
|
4
4
|
"description": "Development tools for 3D assets and debugging",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -16,10 +16,13 @@
|
|
|
16
16
|
"test": "cd ../.. && jest packages/blorktools/src/test tests/packages/blorktools --config=tests/config/jest/jest.config.cjs --passWithNoTests",
|
|
17
17
|
"clean": "rimraf dist",
|
|
18
18
|
"tools": "node tools.js",
|
|
19
|
-
"tools:modular": "vite serve src/ --open /asset_debugger/
|
|
19
|
+
"tools:modular": "vite serve src/ --open /asset_debugger/asset_debugger.html"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"express": "^4.18.3",
|
|
23
|
+
"js-beautify": "^1.15.4",
|
|
24
|
+
"jszip": "^3.10.1",
|
|
25
|
+
"prettier": "^3.2.5",
|
|
23
26
|
"three": "^0.172.0"
|
|
24
27
|
},
|
|
25
28
|
"devDependencies": {
|
|
@@ -36,5 +39,5 @@
|
|
|
36
39
|
"access": "public"
|
|
37
40
|
},
|
|
38
41
|
"license": "SEE LICENSE IN LICENSE",
|
|
39
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "35907f1499c036ee33f3d013818441ee215e274b"
|
|
40
43
|
}
|