vox-saver
Version:
Takes a JavaScript Object of .vox file data and returns a Byte Array with all the containing informations
40 lines (39 loc) • 862 B
JSON
{
"name": "vox-saver",
"version": "2.0.3",
"description": "Takes a JavaScript Object of .vox file data and returns a Byte Array with all the containing informations",
"main": "index.js",
"scripts": {
"start": "node index.js",
"compile": "tsc",
"test": "tsc && ava"
},
"keywords": [
"voxel",
"magicavoxel",
"vox",
"file",
"reader",
"loader"
],
"repository": {
"type": "git",
"url": "https://github.com/FlorianFe/vox-saver.js.git"
},
"author": "Florian Fechner",
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.14.184",
"@types/node": "^17.0.8",
"@types/ramda": "^0.28.15",
"ava": "^3.15.0",
"json-diff": "^0.5.4",
"ramda": "^0.28.0",
"typescript": "^4.5.4",
"vox-reader": "^2.1.2",
"lodash": "^4.17.21"
},
"ava": {
"timeout": "2m"
}
}