nucleation 0.1.69

A high-performance Minecraft schematic parser and utility library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "schematic-utils",
  "module": "server.js",
  "type": "module",
  "scripts": {
    "build-wasm": "cd .. && ./build-wasm.sh",
    "serve": "bun run server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "bun-types": "latest"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}