{
  "name": "nucleation",
  "version": "0.10.14",
  "description": "A high-performance Minecraft schematic parser and utility library",
  "type": "module",
  "main": "index.mjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.mjs"
    },
    "./design": {
      "types": "./veneer/design.d.ts",
      "default": "./veneer/design.mjs"
    }
  },
  "files": [
    "*.mjs",
    "*.d.ts",
    "*.d.mts",
    "veneer/",
    "nucleation.wasm",
    "diplomat.config.mjs"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Schem-at/Nucleation.git"
  },
  "homepage": "https://github.com/Schem-at/Nucleation",
  "author": "Nano <nano@schem.at>",
  "license": "MIT"
}