threejs-vox-loader
Version:
Improved three.js loader for MagicaVoxel .vox files
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "threejs-vox-loader",
"version": "2.0.0",
"description": "Improved three.js loader for MagicaVoxel .vox files",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watchAll",
"lint": "eslint src tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coding-Kiwi/threejs-vox-loader.git"
},
"keywords": [
"three.js",
"threejs",
"three",
"vox",
"voxloader",
"magicavoxel",
"voxel",
"loader",
"loaders"
],
"author": "CodingKiwi",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Coding-Kiwi/threejs-vox-loader/issues"
},
"homepage": "https://github.com/Coding-Kiwi/threejs-vox-loader#readme",
"devDependencies": {
"@eslint/js": "^9.28.0",
"@types/jest": "^29.5.14",
"eslint": "^9.28.0",
"eslint-plugin-jest": "^28.12.0",
"globals": "^16.2.0",
"jest": "^29.7.0",
"three": "^0.177.0",
"vite": "^6.3.5"
},
"peerDependencies": {
"three": "^0.177.0"
},
"dependencies": {
"byte-data": "^19.0.1"
}
}