voxelize 1.0.0

A fast multiplayer voxel engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Handle peer dependencies
auto-install-peers=true
strict-peer-deps=false
resolve-peers-from-workspace-root=true

# Performance
node-linker=hoisted
shamefully-hoist=true
public-hoist-pattern[]="*"

# Version control
save-exact=true